Memory Pool Memory Pool Refreshing

51,919 transactions
38.69 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,813 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,391 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,812 (283,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,090 558,090 000000000000000000075a031c5d63e654bd3b366b13c843c065a8ae29edd0a7 1.24 MB 2,383 19
558,089 558,089 0000000000000000000ed1fb752e02e7daa9dfca2aef30c00fb3c5865c14c6d4 1.32 MB 3,451 39
558,088 558,088 00000000000000000003ca130c195e52e813ab9a37b96a2313ee91a4b6c94991 1.25 MB 2,558 29
558,087 558,087 0000000000000000000b8845c42256280d2b538c6473c94a6efbfaab69fa90ee 1.42 MB 2,289 37
558,086 558,086 00000000000000000028f2b4b1ce7f7d771981e4bde7459cd362d6f373f4c346 1.27 MB 2,646 67
558,085 558,085 0000000000000000002a497dd91189422c6eeb166ce9f62c6b732fbd5e4d5a89 1.19 MB 2,714 20
558,084 558,084 00000000000000000007408eed685d00a50c912cf680685c1b9c05ea1d1162e0 1.16 MB 2,268 30
558,083 558,083 00000000000000000020f773d87c3e8adabf17009fd052bfc1b8b021e43f46ad 1.12 MB 1,515 43
558,082 558,082 000000000000000000077ca0f7554092ef0c1bbe1b45e5a085a4b976ee473821 1.10 MB 1,403 60
558,081 558,081 000000000000000000054c566eb19dcf65c2fd00ba7e22391eb0affab04f306f 1.01 MB 765 71
558,080 558,080 0000000000000000001316c61892f2b038f19ddf711504580340c49315c892a2 1.20 MB 2,861 17
558,079 558,079 00000000000000000022d517bb20a748debd2bcd9ce65745fa2b84e19f55ea7f 1.22 MB 2,698 17
558,078 558,078 000000000000000000111dcd34292a7ed8c76c65f098a0cbcdc5070c5eceecf2 1.20 MB 2,427 40
558,077 558,077 000000000000000000137620c169613cd34d11c7c1ec74581bda33e42dd60e2b 1.04 MB 2,453 7
558,076 558,076 0000000000000000000070f504863528369a9a2a0bb0ee1d69a33a2d501d4351 1.17 MB 2,273 19
558,075 558,075 000000000000000000109a489dcd3161f54a4fe6e0df836720631a00ad2cb07f 1.15 MB 1,758 15
558,074 558,074 00000000000000000000af602d1ea2c19f73966001b1630d3a03825af2234b02 0.27 MB 714 15
558,073 558,073 0000000000000000001d6d1b81f80234e90b4863fd57cb0d1f46acf8b44166fe 0.32 MB 797 14
558,072 558,072 0000000000000000001f4e23075769ecfe16639322c0dc6f4c88a4e51fbe19cb 1.05 MB 2,524 13
558,071 558,071 0000000000000000000f076550adb7180f7112ba502d68f7f5c846ed99c7a26e 0.05 MB 144 20
558,070 558,070 0000000000000000002862e69db016b0375502ca245216619386ff82fe6182e6 0.75 MB 1,778 16
Previous 10 blocks ↓
Total Size: 646.41 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: 8,349.87 GB sent, 37.65 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.