Memory Pool Memory Pool Refreshing

76,972 transactions
37.16 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,395 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,328 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,394 (376,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,811 471,811 000000000000000000b95a42ab9eed975009c264f82039147b7c809c799aef58 1.00 MB 628 49
471,810 471,810 0000000000000000015ae236f8959e979fa9337b186ebbd7f0596d03b67a474e 0.10 MB 174 276
471,809 471,809 0000000000000000012ecbedf78802b49d6909e630da7eeee4af75476355c5e0 1.00 MB 1,192 220
471,808 471,808 000000000000000000411f20963765e27fda2789080bfe6fbc116d1d977b0662 1.00 MB 985 184
471,807 471,807 00000000000000000168a6cc3391c70160ceee409a2fa63702e771dab8a51042 1.00 MB 1,487 235
471,806 471,806 0000000000000000004b7ae5b0fafcfbb11d0511c42a75e48bb2b70ce784414a 1.00 MB 965 131
471,805 471,805 000000000000000001469f49a74b5bfee1a2c6da048996f3ed77b4392b44acd9 1.00 MB 1,849 76
471,804 471,804 000000000000000000c8ee7e306ed26c3cfb67eb525b7e60bdf1f91d19564a69 1.00 MB 774 119
471,803 471,803 0000000000000000003cef6dbc755d37f0febd458a7ef0dffcca4c41cb40668e 1.00 MB 1,030 116
471,802 471,802 000000000000000000ce53c333aae05f377db71702f6f7cc2de2c3edbc36ee1e 1.00 MB 1,201 88
471,801 471,801 000000000000000000efdd94ab4ec382eff1357e64f5f8afc8bfe6aadb435c8f 1.00 MB 1,577 337
471,800 471,800 0000000000000000011fb62cb4bed353816674cfff7687feffd092ecef59d903 1.00 MB 1,211 57
471,799 471,799 000000000000000000ba34a901985c25c6ad34f51acd8e88049d3fc077f07b0e 1.00 MB 1,859 131
471,798 471,798 000000000000000000715f6e0a7cf3370c0c021e45cf2da877c7f808d5533696 1.00 MB 1,823 188
471,797 471,797 0000000000000000012fa79d3a0247202b7e83ee3e5100fa559a1136ebaacb36 1.00 MB 1,541 274
471,796 471,796 0000000000000000002477a6bd1ea52970a6eb5053a827421da2edb099ebedef 1.00 MB 1,214 316
471,795 471,795 00000000000000000067fa74e9e07cab5513baf496f86adb2f35660f9cf75213 1.00 MB 1,873 371
471,794 471,794 0000000000000000008567c5bf6782e57fb65c6547363c9f5e8e874e534aafe1 1.00 MB 182 280
471,793 471,793 00000000000000000151275cdef3c23282548059f6eeec58ef803bb5770a7ddd 1.00 MB 558 333
471,792 471,792 000000000000000001870e115fa2d53fd65c2b2014d4c790d7306ef4a6d21b84 1.00 MB 1,121 361
471,791 471,791 0000000000000000008550716b6f34613b23d3d576dca345128d37fbbc8079ea 1.00 MB 1,940 193
Previous 10 blocks ↓
Total Size: 658.49 GB

Node Information

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