Memory Pool Memory Pool Refreshing

69,657 transactions
28.75 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,795 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,743 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,794 (757,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
113,098 113,098 000000000000d501f0d689152db541c91ae3aa0a9d767f992c463173ababe002 0.00 MB 10 0
113,097 113,097 000000000000aec1bf1c8d79ef82a0d6822cb16963642c16ba0a77f1da0614ef 0.00 MB 10 0
113,096 113,096 0000000000005ff89e511c8d50618103f21ab43a9c4d37f367a326431d21f95c 0.00 MB 13 0
113,095 113,095 0000000000002349a55d78243326c36baddc4d3627636966f1f774eff538edd0 0.00 MB 9 0
113,094 113,094 0000000000001a5d0f75d08200e39182e388c39027761e8c755f5bb48f55f77c 0.00 MB 9 271
113,093 113,093 000000000000254f0cd6867b6b92a404c840e6cb62fdfbec30faeaa0da68c4ad 0.00 MB 12 0
113,092 113,092 000000000000b95be52c3caf27da46a313b57fd5110c35b73c1d14abe5d25514 0.00 MB 18 203
113,091 113,091 000000000000aef709603e83b04fd1fe25f32bc5cbdfb3a1c4b0d52e4b74dc1e 0.00 MB 6 0
113,090 113,090 000000000000302caf3e7785147d9c706f7792c36ec77c82ae8d88cd42276992 0.00 MB 8 294
113,089 113,089 000000000000bf68179d7400de87ca422caece41087fb3eda4c26de17573b1ad 0.00 MB 10 0
113,088 113,088 00000000000002495bda8d2ee893e253d84996a5f7a96566ad0675494baad365 0.00 MB 16 217
113,087 113,087 000000000000cbd9ffd9ee9786c940a1323477ad9813688075c86d19c39f5eb1 0.02 MB 28 523
113,086 113,086 0000000000000a045a0009692457bd3f80ae7dd8d0f1aeb70206067c860de85d 0.00 MB 11 1,094
113,085 113,085 000000000000ad1ef24558967e4da8666140b01c9884ce1a3f933df47b18a8f6 0.00 MB 12 326
113,084 113,084 0000000000003c91eed190b631a7c4c5ca1ead926c9479beb534f34d341b003a 0.01 MB 21 160
113,083 113,083 000000000000564b1508e83937989056183147f52a71a4f9069a5ba28a24ad34 0.00 MB 1 0
113,082 113,082 00000000000058d0cafab07dcf6b9384ba74ce56323c814121af3ac3985c3763 0.00 MB 11 29,898
113,081 113,081 000000000000a00ed4ba76aa4a134e4150eef9146343273afc3ef0210d059fc1 0.00 MB 9 34,364
113,080 113,080 0000000000005b1f942412b12bebbb118f36026f36949e2e9c5324b51f41df19 0.01 MB 19 0
113,079 113,079 0000000000000cd108b97b41379d641d2464abc135494f5167876bdb4014d7ef 0.00 MB 1 0
113,078 113,078 0000000000004debcc9811c761271048b49031442157dabd401b5a6d0a362d63 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 700.96 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: 2,396.84 GB sent, 216.99 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.