Memory Pool Memory Pool Refreshing

3,446 transactions (1.64 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,786 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,833 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,785 (902,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,904 5,904 00000000a7c7e84b9651b6d6505a14a0a474effb105b5dfa44515909a12fb274 0.00 MB 1 0
5,903 5,903 00000000e8f1013427bd6f39cef783291463c350b72e8ede8eb7c256407419f7 0.00 MB 1 0
5,902 5,902 0000000018f13df791e8023b7a51fe22d06a7b9be18723e52431d4795231c816 0.00 MB 1 0
5,901 5,901 00000000e2ce26991d2fac07c4600b4881e91819d186aaff6f530ec237725747 0.00 MB 1 0
5,900 5,900 00000000b81a499a58a1c13ca64f6f2bd072bab8146e3067b29dcc1eab71e926 0.00 MB 1 0
5,899 5,899 000000009525cb6d461036fcbb40ec7ffd427f581569441c1395a5deedd765a9 0.00 MB 1 0
5,898 5,898 000000006c754600cb31121249d282e0ddcb11c80d1867b896e6d3fcd24d1fa5 0.00 MB 1 0
5,897 5,897 0000000008c979dab95c9adc5c73737db9e418aa14f60cb3cebcfd8ddca323b1 0.00 MB 1 0
5,896 5,896 000000000190d4e3cc233d97fe979599d044aa3e60b8b35caf63c87186d57312 0.00 MB 1 0
5,895 5,895 0000000057df3706e5e346cd5476480a2e03461837e38b3b9d275ff95865c3ee 0.00 MB 1 0
5,894 5,894 00000000b1599e775c6d83549a0a7148dd49ad4a24b1827b24dff23352a41c7c 0.00 MB 1 0
5,893 5,893 00000000425e16548b84b87ec3c813ebc013eae6172b3e89f01fd78e34490b21 0.00 MB 1 0
5,892 5,892 00000000cbbb5d05c519f6b66c37dde9aedd45d835f2a95608654a2b7920745b 0.00 MB 1 0
5,891 5,891 00000000086bd4e5384c020d8bc39092076909bf77ce2090e81ea76ca188fc63 0.00 MB 1 0
5,890 5,890 0000000044f729c68ab2eff4e29ef228d676f93df405db00620703db33f2d48c 0.00 MB 1 0
5,889 5,889 000000005de793b4cd1ef39e48a78c06f9a6f209864360412f72eeab3fedccb3 0.00 MB 1 0
5,888 5,888 00000000d823258cc6f8a7c1df101bc326c50181b329e4e6b4327962e3d172dd 0.00 MB 1 0
5,887 5,887 0000000069f48850606fad177b5de8e819476645bc08d6269b15e28632fac12e 0.00 MB 1 0
5,886 5,886 00000000678d8ee647ae8c11ff55ea54458aa0905b2ce7b7303248473f58216b 0.00 MB 1 0
5,885 5,885 0000000018920212d4d4dcddb6e24f37d23b35a0078d270227c83051bb350049 0.00 MB 1 0
5,884 5,884 00000000812963426223eeaf85f9a79511f363a529c822095fa77d3b48cec829 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,857.07 GB sent, 102.85 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.