Memory Pool Memory Pool Refreshing

41,892 transactions
48.16 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,754 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,107 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,753 (407,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,345 434,345 000000000000000004018824ade00f400591cb0b0c99f8248df31a59304b4c0e 1.00 MB 2,173 67
434,344 434,344 00000000000000000099b6a149d8a27a2c3a8499e8aaa149fd58e798d5b67862 1.00 MB 2,458 75
434,343 434,343 000000000000000000a7a9654754e37b2b525703aa90612d6031164da81b99a3 1.00 MB 2,843 60
434,342 434,342 00000000000000000218e38161f20068844df633952820d3131bc23c7698cc15 1.00 MB 2,344 71
434,341 434,341 000000000000000001a194cf507639811b6782d916648acb33a53ac2e46d0307 1.00 MB 2,927 114
434,340 434,340 000000000000000003299e43b77639bcba70e755445149b28c2d2af851e9a54a 1.00 MB 2,449 67
434,339 434,339 000000000000000001bb43b7c40057710655b2e862f3fa2765711ef3a799bb26 1.00 MB 1,871 55
434,338 434,338 000000000000000000db1a508cc58a7f89763d6de284c64fddb5b87dd01d111d 1.00 MB 2,151 65
434,337 434,337 00000000000000000219a3dc07e8f2a06f73ff9e3f9a999745d28ea1ed34eea1 1.00 MB 1,731 40
434,336 434,336 0000000000000000021283de4365e7c64dda5436c3cc945ec212ec87fbd8dc39 0.36 MB 556 27
434,335 434,335 000000000000000003523f03c7e5934d4e5e567c7953689b96a880dfa3d91844 1.00 MB 876 26
434,334 434,334 000000000000000003dae59485668dc04f4937b6821e7d19a103e5981f837da0 1.00 MB 2,395 32
434,333 434,333 000000000000000002a17f1fcc7b251bc178e3d022628cd8e9a02637c6304473 1.00 MB 2,191 34
434,332 434,332 000000000000000001cf42a9223357ccd19c788471190d9976ad899e6cc83da5 1.00 MB 2,470 67
434,331 434,331 0000000000000000031915d38b14e51bb9076946e98fdd7886c504d8bd96fa62 1.00 MB 2,228 58
434,330 434,330 0000000000000000006e24095485d3ae5199a6d706112477aa648706143338c4 1.00 MB 2,585 75
434,329 434,329 000000000000000000aa206c451ec2fbd1acd33ca72717afb2f264f71f78bcb8 1.00 MB 2,554 65
434,328 434,328 0000000000000000003abc00262452a858eb726421480a0fce3f64755b399d20 1.00 MB 2,751 74
434,327 434,327 000000000000000001afe3b6ab255e4a943dab17ac62aecd2ce10fbc28b5d726 1.00 MB 2,216 70
434,326 434,326 000000000000000000a3613ee68398734e207b21c5fa1d0ca3db07aa34b306e1 1.00 MB 2,756 69
434,325 434,325 000000000000000003abacef6905aefc862cf2f1c28554a0e12875cdb8e1ad82 1.00 MB 1,981 44
Previous 10 blocks ↓
Total Size: 646.30 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,339.62 GB sent, 36.94 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.