Memory Pool Memory Pool Refreshing

42,599 transactions
30.31 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,558 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,603 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,557 (729,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
133,391 133,391 00000000000000362eb55203bb8f53498088eb77b2d113a9fad1c9817ec5700b 0.01 MB 17 107
133,390 133,390 0000000000000b5b40dd300af1d874a0e3959e01a62aea7c21de16e7592ace4f 0.02 MB 68 248
133,389 133,389 0000000000000676f5b4d924aeee957176bd3eddd44ea7d29bc3e21adba346aa 0.03 MB 32 475
133,388 133,388 00000000000000aafeffcb3d2677bd0663b84518f879e7aecb78ae18dba2fc85 0.05 MB 147 582
133,387 133,387 00000000000004b5774411e567abe36c86be0fc85903d003c0489f3d013cddf5 0.02 MB 38 110
133,386 133,386 0000000000000a777a1d9b2df2c415a08a59ef5a389896731f1c0e384fa7a5fe 0.00 MB 7 2,285
133,385 133,385 0000000000000a8a541ba9c8e6016348b3ce3f408dab1ec72a7e2e8512f99b42 0.05 MB 108 664
133,384 133,384 00000000000007a9046ae31ec4d39f13476690dc680bce4240a35b786b37311f 0.01 MB 28 908
133,383 133,383 00000000000005390a5e930f320c4cf51cde53a3dcbc5ecc49a82de382939a5a 0.05 MB 98 1,241
133,382 133,382 00000000000003ac5e29e42c25f745b1e57665d325d421ffe6c0b2dddb8470f4 0.03 MB 60 554
133,381 133,381 000000000000089df44ebfbf0c4a08824c2c9c68c7a2b56d9ba9d5430431d6eb 0.03 MB 42 344
133,380 133,380 000000000000005b29654c671f73262a9327a898c7185aa6638e62a7ef6711f7 0.09 MB 262 599
133,379 133,379 000000000000024c50ad36578a472965e90d7a644d56e4359c298eef1bc759b7 0.11 MB 210 1,786
133,378 133,378 0000000000000b6d8ba959420d300472558b9a6c3dd0a197b4410efb3cb97603 0.06 MB 150 392
133,377 133,377 0000000000000c01ee43006178710f72f4b395bc53089bb214dd1742669a645b 0.02 MB 75 82
133,376 133,376 0000000000000be1a606e3fecbf5429d2b32de64c20c76325508a424e54ea3a5 0.00 MB 12 311
133,375 133,375 000000000000098bc05ae62e57934cb3a665cd39be45cf49bea31a7f1c9ab5ef 0.03 MB 66 484
133,374 133,374 00000000000009c99868ee331291a72e230de50b1edca23b442574e464759310 0.06 MB 137 324
133,373 133,373 0000000000000c17e5122fb399d70f8d020aa258502e8cf9bfafd537c4ed6c05 0.00 MB 1 0
133,372 133,372 0000000000000042b033c83cf42f291b545221d1243a680a61bbad36f868f544 0.01 MB 22 524
133,371 133,371 0000000000000307897949afa26f0140ba1cf3a703704a06144fc58b9cc10082 0.03 MB 103 300
Previous 10 blocks ↓
Total Size: 685.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,374.19 GB sent, 107.16 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.