Memory Pool Memory Pool Refreshing

122,136 transactions
27.21 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,671 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,724 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,670 (522,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,529 323,529 00000000000000001e221b040143574812957b2c7b4483053f6e7e7f57a93afe 0.51 MB 929 27
323,528 323,528 0000000000000000022c53dc979383a4bbb285dd94922953dd3e6983187d1354 0.13 MB 194 20
323,527 323,527 000000000000000002163cf6c40087e593700aca1ad80bff2c8aa69674df32bd 0.08 MB 132 11
323,526 323,526 000000000000000010fe6636378d0d6db2197464083baa3d8de827acd73d1367 0.29 MB 437 26
323,525 323,525 000000000000000013532c51cca3be9e936f70bd239dc804ee77cfb4509b9f1a 0.63 MB 1,063 29
323,524 323,524 000000000000000011d2b2d6a2184bc37defd2ad311bb4a58fd3d6d479a2eb67 0.56 MB 1,104 30
323,523 323,523 000000000000000001abf364257d0b7eb187e92cf3f7ac286f278d8189864079 0.29 MB 482 24
323,522 323,522 00000000000000000aa155da580ba3aae84530e795863eff4b1fb7da4c245fcb 0.47 MB 777 26
323,521 323,521 00000000000000001580903b74810df15fd6d0799de8e68349c17790a5c9fbfb 0.19 MB 243 24
323,520 323,520 00000000000000000697a04b4f9707dfcba07bbe3d63203f1e9310f05a9cb6cb 0.31 MB 507 31
323,519 323,519 0000000000000000073845c8b0efb1efd7db84c2d56cd50412a38e6532beab13 0.41 MB 605 22
323,518 323,518 00000000000000000a4d58b54cd59e53e1cff569595a91be96093e5cc05772e4 0.14 MB 217 16
323,517 323,517 000000000000000008893e6e695a7a83893def346885c8d2b2199b97cf8899b6 0.61 MB 881 32
323,516 323,516 000000000000000001419a552b1e6fb5fdcf149ca971e22e51699a39397c0886 0.63 MB 1,006 26
323,515 323,515 00000000000000000b4ca51a9113c634dd7a109862f05e214f85e2e52f8b4d66 0.07 MB 72 3
323,514 323,514 00000000000000001a5936a7b26c9ba371dc228dfe66032fe560a9055798cb27 0.55 MB 983 36
323,513 323,513 0000000000000000040ca7a1c2b78415a1232099d4babb6db8a9d3974037bd3b 0.04 MB 50 6
323,512 323,512 0000000000000000193e6428b82195fbde1fbb8ddd203fcee03625738969f0c8 0.48 MB 843 26
323,511 323,511 00000000000000000b8968f83327672b3eb023b59079d6a01b6dd07fead8345b 0.00 MB 1 0
323,510 323,510 000000000000000009e5760f42e996c883e8a963df6ce25f4e24d289347eebc6 0.30 MB 415 20
323,509 323,509 00000000000000001e431f812fba1603ea269e31c0fd3ed987b870035e2aab31 0.62 MB 1,057 25
Previous 10 blocks ↓
Total Size: 653.64 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,327.74 GB sent, 83.27 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.