Memory Pool Memory Pool Refreshing

85,953 transactions
32.40 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,911 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,241 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,910 (521,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,897 323,897 00000000000000001f22c16975a6517a0c5820a140dbb041efa1fdfb554ce57d 0.05 MB 117 33
323,896 323,896 00000000000000000e1a0b6c534746c4ccdeeaffa7b4a241ef878fdfcc12cf93 0.01 MB 35 30
323,895 323,895 000000000000000012f8d4c6b0beb4a8e75e7cebae79ec7d70dc20d02cf6b999 0.03 MB 55 29
323,894 323,894 00000000000000001e29c479498e0ad947e150a10f06f80373de86825979b0cd 0.18 MB 564 32
323,893 323,893 000000000000000000ca1ada1c0fd2fd27a7cd259d02a207e783142767716183 0.04 MB 89 29
323,892 323,892 00000000000000001a6d195bc617405febba4aabcafa94c35dbc1f39ecda9241 0.07 MB 146 27
323,891 323,891 00000000000000000f3543c776c97c5c46b90d982ab2cfd006c5f84bebcca3bb 0.08 MB 169 39
323,890 323,890 00000000000000000b8b871dff1cf28a5325732786d88c46993477f2cd43d2c8 0.04 MB 84 28
323,889 323,889 00000000000000001ecb6fc6da69f2748d3bb47fb199129c2cc759c1390c3806 0.40 MB 727 32
323,888 323,888 00000000000000001538a5e96ce550c2061144b464c3f3b9adca422f51d0954c 0.05 MB 55 8
323,887 323,887 000000000000000017042d766a33ab5406ea395b7295b5b99816f08727b83d4a 0.14 MB 291 31
323,886 323,886 00000000000000001e5c9d8445afabcc07bdb1cc678317b8400cedbd4db71fab 0.04 MB 88 29
323,885 323,885 0000000000000000156cd61598ea5d879aba334c74e48b7320a583c9a55529ff 0.15 MB 248 22
323,884 323,884 00000000000000000e8d6ba47b57b8cc4b4733f339a36e734453d51d25fe62b1 0.30 MB 550 31
323,883 323,883 000000000000000001e087adef77c5500284ba91de1ae7d5cfd7d276e55ff8d3 0.25 MB 521 28
323,882 323,882 00000000000000000c6fc3702b91d85d2582f312695b80f1bb954527588e0442 0.04 MB 58 21
323,881 323,881 00000000000000000032d261938f0790e95c611ba672d5c1a5fbf373f1d9da95 0.17 MB 322 33
323,880 323,880 000000000000000011c6f4ff9a991509c184a47394cc182a68360123fb0b9666 0.14 MB 287 21
323,879 323,879 000000000000000007f8139a37f8a47969320795eaa7aacf3df4a39e880efce1 0.35 MB 666 32
323,878 323,878 00000000000000001e32fa285f864053531ca729f9e56eb3dfcd7927bc070e6d 0.08 MB 156 29
323,877 323,877 000000000000000008e9e513f8c55d8164fde181a81705d22fc1a14545405012 0.16 MB 341 21
Previous 10 blocks ↓
Total Size: 652.23 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,214.50 GB sent, 73.31 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.