Memory Pool Memory Pool Refreshing

28,039 transactions
23.24 vMB
Show Random Selection Loading Transactions
Max Size: 86/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,145 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 2,233 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,144 (389,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
458,858 458,858 000000000000000000acdbeadfcf6eca42eea728927fae58adba2f25d2bb7fe6 1.00 MB 2,291 195
458,857 458,857 000000000000000001cca23f26bb64ec76b8574e4db788c88678f54258d0b700 0.41 MB 841 145
458,856 458,856 000000000000000001f4871d0302fc8ca63e777f14cfa5dc4c42aaddcc16cddd 0.99 MB 427 16
458,855 458,855 000000000000000000906d513a75a027672960170269f3896fcb1656c35a50a0 1.00 MB 960 50
458,854 458,854 0000000000000000012f2e70de74a048c9e25cf761e3189f02199b74c73c7576 0.00 MB 1 0
458,853 458,853 0000000000000000022ab36c7dbce10eca1efe0830b6092c639d6a210d56cc26 1.00 MB 1,591 120
458,852 458,852 000000000000000001f691c440830957d2c9d6bbfca69b72c6ada472ad1c09cd 1.00 MB 1,737 104
458,851 458,851 000000000000000001cd551efd95f8d926cea3d4d90102a1ca24a55d46b1d3ea 1.00 MB 2,042 186
458,850 458,850 0000000000000000015d0eee548a46006fab4f24007ed4f75496b8704b768ffb 1.00 MB 1,092 147
458,849 458,849 000000000000000001b74c51ecf4c093fe062a9435a5a30c0278e3e062c31fa7 1.00 MB 2,008 147
458,848 458,848 0000000000000000024a7c4d194a9309bc4dc9517c1b5a974727665cd851b006 1.00 MB 1,598 88
458,847 458,847 00000000000000000149834786fbb5e7bbb5ef229c038508c2b3513a55280ca8 1.00 MB 1,105 83
458,846 458,846 00000000000000000131072e1b8e534527aa80b11cda1b2e3f3566f0b608871c 1.00 MB 2,087 153
458,845 458,845 00000000000000000241bc2f77e558123f48f1838028c35646f85cee47ead27a 1.00 MB 2,087 140
458,844 458,844 0000000000000000006d00955f3c37879a2d8c4eb4f367e359dd2ad9e7b8c69f 1.00 MB 2,030 173
458,843 458,843 000000000000000001ea7c069bd680a5544907e73d8131f11c8f1b13c7378463 1.00 MB 1,565 143
458,842 458,842 0000000000000000013bee3323f8db7c2b07d0470eed4d0cb50fa822d8cb446c 1.00 MB 1,972 143
458,841 458,841 0000000000000000001c0819452ddd695205840b63fda70bbe0912bd39caf093 1.00 MB 2,149 148
458,840 458,840 00000000000000000121c0010f94275d16fd15622d34568b1aa2bd45aa01f598 1.00 MB 2,584 209
458,839 458,839 000000000000000000ccedcdc59dd08450795598e5721cecc72472b287c0c062 1.00 MB 1,640 160
458,838 458,838 0000000000000000006fa049aed28126206e5b82617473e6dd575f9c1d940a4b 1.00 MB 1,842 120
Previous 10 blocks ↓
Total Size: 658.02 GB

Node Information

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