Memory Pool Memory Pool Refreshing

32,314 transactions
29.79 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,567 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,994 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,566 (3,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
859,801 859,801 000000000000000000011d355450891039123e0c7140b1f4af328e6b742e671c 1.61 MB 7,468 3
859,800 859,800 00000000000000000002ae245707479783cc138d67cccdca954731d904883128 1.65 MB 6,562 3
859,799 859,799 00000000000000000000944279ce2f639b5b35227cfe605b1bd10c39d1f03196 1.63 MB 6,017 3
859,798 859,798 0000000000000000000127203a884d559c41b66076a2d33f636f8dfb4122173c 1.61 MB 6,624 4
859,797 859,797 00000000000000000000e7abda2bca8012bd166047d74b1d5ed4d942b04d5acd 1.56 MB 7,695 2
859,796 859,796 00000000000000000001262f645a8151902c2135440aca69903a5b955f14f79e 1.50 MB 5,351 3
859,795 859,795 00000000000000000000faef5d7dd41560d6c476a1224b707f724ef57db79dd4 1.58 MB 2,813 6
859,794 859,794 000000000000000000030cefb0ba526a1c2cfe3fb490ad4dd4c93d5cf7746d3b 1.62 MB 6,314 3
859,793 859,793 000000000000000000025086332d01370678c4f0f051e5b81cab6bbc6e092bdb 1.61 MB 7,485 2
859,792 859,792 00000000000000000002894118608f9e730da6a92e18bf94cf89c65bb043646a 1.64 MB 6,191 3
859,791 859,791 00000000000000000001ad536f0480ed53da417d6a7b74d4fe0e353f1a01ec3e 1.64 MB 7,153 3
859,790 859,790 00000000000000000002682cbd0e3161831009d882fb28419998a17f801154e0 1.68 MB 4,264 4
859,789 859,789 000000000000000000005a3a86fbe3c185e1c86d524ff7c8b4999238ba2a7e00 1.65 MB 5,936 4
859,788 859,788 000000000000000000031935d311c28c39fe3ac1a5c4316fa888b37f8b6b32f1 1.57 MB 7,558 2
859,787 859,787 00000000000000000001b21b8354c9d2fc971ceb5061ed74fc013bce8e4e2bb5 1.68 MB 4,886 4
859,786 859,786 0000000000000000000313ddaf9e56c2a835d35e55aa5a46d4500a7395eb275c 1.64 MB 7,446 3
859,785 859,785 000000000000000000019106a243c8c346219c391d50edfb6a57e7795517b949 1.74 MB 3,901 5
859,784 859,784 0000000000000000000121c39d9bee78180073806ffa31878413f6c652282fd9 1.57 MB 6,623 3
859,783 859,783 000000000000000000010db5e0c23703326740cc6b11cb6edb7bb1b5130c4ff5 1.63 MB 7,568 2
859,782 859,782 000000000000000000018f14ea5bce61670ab0523b38210723477dadf7fdb0a6 1.55 MB 6,424 3
859,781 859,781 00000000000000000000785dd2e9be77841008ac872575a41971170b6f5d6e1c 1.64 MB 6,938 3
Previous 10 blocks ↓
Total Size: 687.20 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,510.28 GB sent, 120.11 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.