Memory Pool Memory Pool Refreshing

283 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,158 0000000000000000000237740000000000000000000000000000000000000000 0.14 vMB 283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,157 (100,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,899 798,899 000000000000000000035d2e796a30187b10421bc1d4fc8ade58e9a16e22bc48 1.54 MB 2,497 11
798,898 798,898 00000000000000000003bc4b74bcf85114ebb3705a1fba047a4e71cba27facda 1.88 MB 4,630 6
798,897 798,897 00000000000000000004808174d4c991c28f0b5549fbb06fc79eddaa8cb93fc3 1.63 MB 2,283 10
798,896 798,896 00000000000000000002efd6978444dc1a148009346d58f07f8cefd6a26430b9 2.00 MB 4,941 6
798,895 798,895 00000000000000000004c0b5cad61a444dfac58a1b145d49a20985ae99d85d8d 1.88 MB 4,832 6
798,894 798,894 00000000000000000002c0057c845fcc44cc62189f6c67397f36be56c61864e6 1.63 MB 2,534 9
798,893 798,893 000000000000000000010abdb6b1f1e8c81af72e7d155ecceffab369a0eba55c 1.68 MB 3,253 6
798,892 798,892 00000000000000000003c13d30bc69aba3a619ccc86157ef8030475b3b054746 1.73 MB 1,368 10
798,891 798,891 00000000000000000001bc12d54dbcd29d7c0c6a3e8de7897ccee4ec0b5cbc1c 1.64 MB 1,979 6
798,890 798,890 000000000000000000017f5c6434bdc8bad944fbd4d82c9e5e64f507b98a3056 1.74 MB 4,158 7
798,889 798,889 000000000000000000026ac070c8a76f19d47ac80e79ec79a31c36a205ed67e4 1.85 MB 5,106 6
798,888 798,888 00000000000000000004a95db553deb70e54d060ba2180962b1b357000a037a7 1.92 MB 5,223 6
798,887 798,887 00000000000000000004796d9ea743908b0744b40613ccf692dd1ef769e5a814 2.07 MB 6,125 5
798,886 798,886 00000000000000000004ee4fd427f10bbe5c50b2c423ab0a01e4cb3e13b3f7bb 1.63 MB 3,603 7
798,885 798,885 00000000000000000000d67aa92d57285ec6aaed06268bcdb8cd2f3b724c4c5c 1.79 MB 4,049 7
798,884 798,884 00000000000000000000bb113b385d1549aa9672fce7ac5e3e266eed6a4458c2 2.05 MB 6,097 6
798,883 798,883 00000000000000000002896ab146c23a667a2683930b58f470abdf7d19a610b1 1.82 MB 4,731 6
798,882 798,882 000000000000000000021c565142b19dc6d29e8471e6d2661e977ed5722c03c2 1.32 MB 1,547 12
798,881 798,881 0000000000000000000410052c1c3b457c95198ba0d642425c128ac00b9d2f0a 1.56 MB 2,748 7
798,880 798,880 00000000000000000003cae23fb77c7589fdf580af78c135d4a70f1186803ff2 1.82 MB 4,546 10
798,879 798,879 00000000000000000001c6416160649568d6fb6f9f4f9a434065b3890b3409b5 2.03 MB 6,074 7
Previous 10 blocks ↓
Total Size: 754.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 454.54 GB sent, 22.35 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.