Memory Pool Memory Pool Refreshing

43,819 transactions
30.30 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,287 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,598 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,286 (651,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,882 211,882 00000000000003ef63c9587cee56da7a3efb1f93e98a3d249a17d3786a8b1297 0.21 MB 460 192
211,881 211,881 00000000000000f0b3d5970b0d1cf3ad33bdc5546dc0ce6f7ec98f0add71f394 0.42 MB 550 39
211,880 211,880 00000000000002bfd9d73270ca7866011d002ae8f08836e393a07935cdaf8921 0.11 MB 173 138
211,879 211,879 00000000000002a2317a168142cc6a35f59950841098d85d9654680514c8f7fa 0.12 MB 261 165
211,878 211,878 0000000000000130ff157cd8fea8988bd8aa49232d62b35c72d63c881bb02736 0.24 MB 573 204
211,877 211,877 00000000000003ba4e5819a681352112ac4325dcd284bda1229a8915129a2304 0.14 MB 366 202
211,876 211,876 0000000000000433aeb2eb803e2c402c5c397463bd90e0ddb09bdb15795b2c18 0.09 MB 178 153
211,875 211,875 00000000000000af70605fbc38f6f5bbd7c451273a034beeaa295244a2400d1b 0.35 MB 471 122
211,874 211,874 0000000000000037a8cf8ba7556631642866c6169ae74300d66a2478a9afbd19 0.03 MB 58 124
211,873 211,873 000000000000010af6663954c12162c41729d67f6ef22f8fcc34f0f952a82ab6 0.21 MB 435 143
211,872 211,872 000000000000043a651fc1fd8fba08a008865645dcebf8bc444e13198658fcc1 0.24 MB 338 110
211,871 211,871 00000000000002f68f87ec6547e191a3b118653ed6dfe56d66bdc4779eb17a16 0.09 MB 214 193
211,870 211,870 000000000000037d62a2d25ac952bd12f24ddf8af4f56eb421d3e52e2fc22c4e 0.31 MB 489 67
211,869 211,869 00000000000003b72d3b6a40ed84c8e8603d202afb4bf3de44a06ad89c80f13b 0.21 MB 538 170
211,868 211,868 0000000000000274606b74aaa3bfa338bb488bed175a59af2f1c295c68a16458 0.00 MB 9 5
211,867 211,867 00000000000003a45ddd2d5b5659a211a7242aa119e9593dbf98e65f0ce098e1 0.45 MB 1,179 160
211,866 211,866 000000000000007c45764c44e28c2cfb2cf05241fe83ddd829b3d6ab976f7118 0.15 MB 396 198
211,865 211,865 000000000000034ca8f10540cb465e89c172bb2039fe6d5caf7814f5e5564760 0.13 MB 262 170
211,864 211,864 0000000000000189b2400ecffbb26750ff89d258eed931888aad7aefc06c013c 0.11 MB 200 163
211,863 211,863 00000000000001a561006a2e4091b2363c212c591c58b73d94f58f59213a98c1 0.07 MB 132 108
211,862 211,862 0000000000000197dd800e052f6950244a741464d47d816ac78c1a29d218ad7f 0.17 MB 373 185
Previous 10 blocks ↓
Total Size: 686.66 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,486.00 GB sent, 116.18 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.