Memory Pool Memory Pool Refreshing

94,462 transactions
25.48 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
860,367 00000000000000000003255b0000000000000000000000000000000000000000 1.00 vMB 6,622 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 860,366 (725,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
134,909 134,909 00000000000004178eef6557bfc1ac6a283331a3912cc895ee69499cb9e828b4 0.01 MB 15 895
134,908 134,908 0000000000000582b6add4c3a1684724ee8c0aa475bf357696f0f8d9ed837e94 0.02 MB 31 502
134,907 134,907 00000000000007728da5abb1984214e7b2519741970939f0fabb9465a3ca0f82 0.01 MB 28 283
134,906 134,906 000000000000025826d95c6600b8da0f5cad24ba8d02ae0f529bef72653ab3c1 0.03 MB 62 117
134,905 134,905 0000000000000738cad462b925e77bd425eca141bd10d7356df4ece6cb8187d2 0.02 MB 5 144
134,904 134,904 00000000000004b956dbd1717895d8e38275c52990a6097535aaf1c7618ab58f 0.01 MB 22 223
134,903 134,903 0000000000000400c191b6fe8d34881327c082fbc6d0344433316adedb6024e2 0.02 MB 17 267
134,902 134,902 0000000000000af618bda65a6487b09e19ea76ba7b9c6f506a5a08649d8874eb 0.02 MB 86 103
134,901 134,901 000000000000007c040ff9a1d0534174e2d61d9d86d362acaf5f4bd394e61632 0.01 MB 29 172
134,900 134,900 00000000000000411c4c8466b1c0fa8a740e7f8d8b7c1be762f4e4a7c7544641 0.04 MB 85 594
134,899 134,899 0000000000000309ea429f5a267cf92ee73b0a696cac326b25c8bd0846052b25 0.05 MB 168 100
134,898 134,898 00000000000007c07afb1fe886cc39c404364fab7da6493f3a9ae121f7480305 0.03 MB 53 685
134,897 134,897 0000000000000af81d823afb5d214a9021f22b02ef74a3578b8b70930f2a91cc 0.03 MB 32 546
134,896 134,896 00000000000006758c63eebddcf5fc1bb9f4778ae3efeb1b427131ee9ee29232 0.07 MB 111 334
134,895 134,895 00000000000008687eb55845a4b270b9860b3c90a3ad85261ce5f26bac8d76ea 0.05 MB 113 107
134,894 134,894 00000000000004a8cfb4736fb3b50e9694519174a1682018c012f2813255aea8 0.07 MB 104 821
134,893 134,893 0000000000000af34c31364ae230d782c8509964d609a05fb9968f69b6109af7 0.01 MB 23 0
134,892 134,892 0000000000000641c203ab05ac2239ebc46d619d36f826d8b1b6b860105a203e 0.02 MB 51 703
134,891 134,891 000000000000029afd08cf6c1354400664a63baf483e8eb66ae6034a2f5599de 0.04 MB 143 126
134,890 134,890 00000000000008b9809bd5b23781795dec9c0b2540e49e478ef8e3613465785c 0.02 MB 40 671
134,889 134,889 0000000000000289afb298c3a53cba94119cd20999176ba666639520acaace55 0.03 MB 79 290
Previous 10 blocks ↓
Total Size: 681.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,123.81 GB sent, 75.06 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.