Loading Tool

Explorer IconExplorer

Memory Pool

80,207 transactions
29.62 vMB
0.11241834 BTC
Random Selection Loading Transactions
Max Size: 178.93/200 MB

Candidate Block

Mining Attempt a4c5ec8b6eabc9ef62ae9834f95ca7bc2eaa2c6dd937e7a59e09a0f4e9a71318
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 88f6bd1c3bfcd4dde51f9aa8bb88bd0f1ddd1b833188f1e6c7fa50e738880d7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,410
Size: 1.00 vMB
Total Fees: 0.04602082 BTC
Feerates: 477.45 > 4.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (91,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,382 823,382 00000000000000000003a2b79328e1593153e646f1d60d4b2b1c72e8efaa3b6a 4,127 1.00/1.00 vMB 135
823,381 823,381 00000000000000000000a08980fe8491cc1fb3e11dbc919b8662fd1e8d0f22ae 4,326 1.00/1.00 vMB 92
823,380 823,380 00000000000000000000157b6342740be4556146ff3fd1d83b781198c2b23c36 4,069 1.00/1.00 vMB 86
823,379 823,379 0000000000000000000155167ddb80f520e44ae6ae1b8a042ba1f63c69c05295 3,652 1.00/1.00 vMB 134
823,378 823,378 00000000000000000001b8c473e1fae9252516151e3142f493fda51856e467bf 3,668 1.00/1.00 vMB 139
823,377 823,377 000000000000000000022201b11f4b2aa4145992eeb3ebe0e200fbf158daec4c 4,262 1.00/1.00 vMB 144
823,376 823,376 00000000000000000001ad1fac9f19b75ca41e2803baaabc6ac438cff39af358 3,409 1.00/1.00 vMB 154
823,375 823,375 00000000000000000002bf6d4588d1fe29150075d11aec373af5bff61891df0a 5,065 1.00/1.00 vMB 79
823,374 823,374 00000000000000000001296128f56d9b4ec050081cf7032e15fdd9dbdfc8029b 4,370 1.00/1.00 vMB 107
823,373 823,373 0000000000000000000322ddf19097298b1683159df87610ad2630359884a242 4,587 1.00/1.00 vMB 115
823,372 823,372 000000000000000000004fcb86624cc53ff790714ac7ec56fdecbfeb4412d4bb 3,735 1.00/1.00 vMB 115
823,371 823,371 00000000000000000001ce5f6ed80e5a72fcd6399fa32f96f3390253b63f2114 3,541 1.00/1.00 vMB 136
823,370 823,370 000000000000000000023386e4c15bbef710a93f6b3cf939a9a45d0dfacbd8dd 3,997 1.00/1.00 vMB 120
823,369 823,369 00000000000000000002f5e6f229fc56a96f1e6e5c6bc4de6a4a7cfb9dd0c54c 4,372 1.00/1.00 vMB 102
823,368 823,368 00000000000000000000865bf45840a11ebe4d0502597dfe08cf75239d923a79 4,706 1.00/1.00 vMB 88
823,367 823,367 000000000000000000034affb4bf7a213738c973b858d4fa3397a585d2eca08c 4,529 1.00/1.00 vMB 87
823,366 823,366 00000000000000000002bed2124edc79722f3c030ffce3aec771599c5525ba9d 5,014 1.00/1.00 vMB 75
823,365 823,365 0000000000000000000384730f66f720c3a44510226e4176aa76f4761852bd51 4,415 1.00/1.00 vMB 99
823,364 823,364 000000000000000000001ce2530619d26108f5cfedf07929eafc9ad79e1c8a69 4,725 1.00/1.00 vMB 95
823,363 823,363 00000000000000000001a5c2ee8391434e927f72ba1612063a18c66e6db2568a 4,358 1.00/1.00 vMB 86
823,362 823,362 000000000000000000017ed11adef25ba05624a0b1b84fec18eca6ba6bc1bdf4 4,492 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.17 GB
    • Received: 16.18 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.