Memory Pool Memory Pool Refreshing

35,402 transactions
29.19 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,060 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,532 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,059 (352,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
510,682 510,682 0000000000000000005088eaac763024259a07c9279cbe80501f6b78ec296a75 1.11 MB 1,961 97
510,681 510,681 0000000000000000003938972f1c9c60c6e0e71d9bf460c4d174130224032ec7 1.08 MB 1,792 103
510,680 510,680 0000000000000000003cba662927addab5276b350244e8ba082e7e24598440b3 1.08 MB 2,073 130
510,679 510,679 0000000000000000004f7a068e1ecf26f1a2c85330e2b8f0b11c8e0515386467 1.05 MB 1,690 143
510,678 510,678 00000000000000000056ceb21b0bd14868c5d22c59a5887e4395acb6f953a732 1.05 MB 490 122
510,677 510,677 000000000000000000449d228788f28309c94a4998abe2140f8fa4afcd013031 1.01 MB 371 168
510,676 510,676 00000000000000000014dcfedbc7e2607f6385e7f739a88234f8295956904027 1.00 MB 1,383 14
510,675 510,675 0000000000000000003fa2f450a487b1ad9fe52b7db1c986333abeaa5b526414 1.01 MB 269 17
510,674 510,674 00000000000000000057a166d0ef37904f5dbcb31f1effabbf08ceaa4946b1e3 1.00 MB 139 20
510,673 510,673 000000000000000000235e5ea8ee28b55b7fb42472aa9e11e3f1f8c9398b9731 1.05 MB 1,183 105
510,672 510,672 0000000000000000000512e441e23816df36f29bbd9b223986ec8a0096d3105f 1.02 MB 1,356 10
510,671 510,671 0000000000000000000d06beb6032e7394dd924bb7307ff7510c49093008cf0b 1.01 MB 300 16
510,670 510,670 00000000000000000015865c93961dd5e854103734fc085f28420f0b28d6d6ab 1.05 MB 1,299 86
510,669 510,669 0000000000000000005811c062e6e9a53c9a14756e0887b461f97abb436c25d2 1.00 MB 216 11
510,668 510,668 0000000000000000002505696047a26ba0c77961bc02f58f70a62fbd196e27f5 1.01 MB 232 13
510,667 510,667 0000000000000000004c891fe48059d0511014aa51dd7a4dbc439594e304a1fb 1.02 MB 757 70
510,666 510,666 000000000000000000366a89d5571a8acc36679db50fe30978a41a3d26cbc9c8 1.04 MB 1,328 12
510,665 510,665 000000000000000000341524d465d769dc2695b9b7b8f6ee1c750488ce5ca4c3 1.04 MB 1,342 24
510,664 510,664 00000000000000000007e50a2f2cec0305d0f97c591e775517dcd3c9462abda0 1.06 MB 1,646 107
510,663 510,663 0000000000000000004f24f76f412aa86c9b65067b409a29cef80e1ea54a86f6 1.07 MB 547 98
510,662 510,662 0000000000000000001fd7260069309bb22ed84cf3ffa2e590ea2533cd3012b2 1.05 MB 440 104
Previous 10 blocks ↓
Total Size: 686.21 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,417.31 GB sent, 113.44 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.