Loading Tool

Explorer IconExplorer

Memory Pool

45,321 transactions
26.70 vMB
0.05987389 BTC
Random Selection Loading Transactions
Max Size: 141.34/200 MB

Candidate Block

Mining Attempt 83f80bbf92f60ae0af98e699f29992deccd02caa24f1ec1f7b93b85ce55722d4
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root ab531f720d835b9910838d0efc1ee095f500900347daa82b1b0f3de01af47fbd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,145
Size: 1.00 vMB
Total Fees: 0.01074112 BTC
Feerates: 40.21 > 1.08 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (70,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,144 844,144 0000000000000000000106f9d6da2c0b1568cfd5f194a0e9dd40a0e7c8b1bcbc 1 0.00/1.00 vMB 0
844,143 844,143 0000000000000000000036da5deaffa9c8575a25b087892c284da5a3c701b25d 6,898 1.00/1.00 vMB 8
844,142 844,142 0000000000000000000242fabe0d87b223f522330729e138e9a7d50a418a4b1e 6,417 1.00/1.00 vMB 8
844,141 844,141 000000000000000000034626878bfe8162a7f3743975263e154e4573767392c4 6,778 1.00/1.00 vMB 8
844,140 844,140 00000000000000000003255baecb2552fb761bf85642512141175899bbab315f 5,073 1.00/1.00 vMB 10
844,139 844,139 000000000000000000004b60d6f45bc3e92e3a55e38397e8d4f17926c032ca5c 4,538 1.00/1.00 vMB 10
844,138 844,138 0000000000000000000067551cd2a36649818086eac4739c519a3505477924f3 2,510 1.00/1.00 vMB 11
844,137 844,137 000000000000000000016dcc7a41ebc5a5a8f2d1f07e542ff2ad448a0d8b8535 3,741 1.00/1.00 vMB 15
844,136 844,136 00000000000000000001b26ec1234a8042c281f5df5519c651a48561cfb34114 3,279 1.00/1.00 vMB 20
844,135 844,135 000000000000000000022dd56e2d021c14515aebd48e9f9671a39e36007df6c9 7,119 1.00/1.00 vMB 8
844,134 844,134 000000000000000000012c70db690eec1489590949afa0af3a4feff21cb45e5c 6,313 1.00/1.00 vMB 9
844,133 844,133 00000000000000000001df079b63e5a11c470b8d7b7a2ee09d1f7f1c4b1d5e88 5,691 1.00/1.00 vMB 8
844,132 844,132 00000000000000000001027406147387b26708110425f0dd649f52ac1572dc09 4,067 1.00/1.00 vMB 8
844,131 844,131 0000000000000000000291ca886843d9228e1ef45cdcebd11b6f1a7b2b049a06 4,252 1.00/1.00 vMB 11
844,130 844,130 0000000000000000000128dcc8836395ebd68ba9de1557ebf2e659ac0b0110f6 6,749 1.00/1.00 vMB 9
844,129 844,129 000000000000000000009be5b3c66621702d0d5d749d2d4774cede02f29d275f 5,134 1.00/1.00 vMB 11
844,128 844,128 0000000000000000000091ae2d52121254bc10db6411d1419823da49620ad55b 4,798 1.00/1.00 vMB 10
844,127 844,127 000000000000000000031fefa6f8e2f7ec54dc45428672e45c30e1ee3a186ead 5,890 1.00/1.00 vMB 11
844,126 844,126 00000000000000000000480120c7c4d66924d3d91ec30a2e8557330b69709a58 4,913 1.00/1.00 vMB 10
844,125 844,125 0000000000000000000104683b17487372503695fd9867a9066f3cc6c08d429f 4,369 1.00/1.00 vMB 18
844,124 844,124 00000000000000000000d4d62e21415d7e3a0a850b0ee709733c38d7ba6425e7 4,260 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.86 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.