Loading Tool

Explorer IconExplorer

Memory Pool

40,717 transactions
17.89 vMB
0.16168854 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.82/200 MB

Candidate Block

Mining Attempt 4e1ee01eb9be304da0868afc715407b04768efb7c3ac8b0536fc616d7150918e
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root d85e1327590f9ce307fec35b65e13a45a7af0bcd23fad439268bec402ca3bf0a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,285
Size: 1.00 vMB
Total Fees: 0.05056018 BTC
Median Feerate: 4.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (705,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,118 208,118 0000000000000296f430c218f1b946256f7bc24705ae6ce7e1bb88388453625e 566 0.25 vMB 209
208,117 208,117 00000000000004546a2b80cf1eed15ca735a37ab41e4f508973ac14c1352fed8 136 0.05 vMB 1
208,116 208,116 00000000000003b2133814fdd3b49a540a8af6ff125aca113aa5ca97094b2e8e 470 0.21 vMB 173
208,115 208,115 00000000000002176959bd1250c61f833fba8ac39d4e3bf0e1cd4d90f167b8b5 112 0.05 vMB 244
208,114 208,114 00000000000001175ee174994da4750a9c0de7e49fb389bbb7538e7945e25c79 422 0.17 vMB 230
208,113 208,113 000000000000037f7ecdfc26568da7c99c6adc0269a6f0fe98ddcf15760b6bdb 148 0.06 vMB 114
208,112 208,112 000000000000048dc82009cb12f4f009efe265e052b0e08fefa02307d3596edb 167 0.08 vMB 117
208,111 208,111 00000000000003080c0ffc4d38562d273dc68ee499fdef1032ad9508a7e0e1d7 72 0.05 vMB 68
208,110 208,110 000000000000032eaad4a211204454cb8bfc8c020df1fb782136ceb3d2348b81 379 0.21 vMB 189
208,109 208,109 000000000000041f3af36341ae3ec18d20a784e9298a6507eb178ca2f4bdc844 285 0.15 vMB 164
208,108 208,108 00000000000003f7ff7bf18f060d00b6b4beedd4178f084271fad817b4c6209b 480 0.19 vMB 252
208,107 208,107 00000000000003ff09468171010da97de6def058d13fa6a8a5cc8de5d130af01 611 0.34 vMB 115
208,106 208,106 00000000000001cfd03b7903d0d08692135c56ea499505b22bca715085e28ab5 310 0.20 vMB 217
208,105 208,105 00000000000000375f98b08b482d1bd446e121d3d9b56ba14da7ded5a99a39a9 807 0.25 vMB 248
208,104 208,104 00000000000000121ee8dea9ab7b36a4ab7a3e281846f8236af04ce5f6bd161b 133 0.05 vMB 128
208,103 208,103 00000000000001c65006515ee405d2bc703df6b8ed04fe0226b977231fe560c1 145 0.05 vMB 112
208,102 208,102 00000000000000269ae94fa238e0691d38036b4b607ec0cbe9f2de302ee912de 7 0.00 vMB 23
208,101 208,101 0000000000000219aa34279b0909467750c9ebee98f0f85cc136f4596881761f 63 0.06 vMB 41
208,100 208,100 0000000000000076c56ace5d4c9489c3b709bcebe8b648a4a05c5fc766145300 559 0.20 vMB 267
208,099 208,099 00000000000002c16d1d696d67fc11dc6860fe4185f7e60a46c8ca20900448ec 164 0.05 vMB 83
208,098 208,098 000000000000000327cc66f86768819b492b9eba80a5995c4c3ce088d56bea34 9 0.00 vMB 159
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 93
    • Outgoing: 10
  • Data Transfer:
    • Sent: 112.64 GB
    • Received: 0.47 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.