Loading Tool

Explorer IconExplorer

Memory Pool

45,846 transactions
29.43 vMB
0.06393385 BTC
Random Selection Loading Transactions
Max Size: 156.88/200 MB

Candidate Block

Mining Attempt 77f2fce1ae0861572e81272b95cff675bff75cb860e6cf8491952dccc8f05c5c
Version 20000000
Previous Block 000000000000000000007fe229bf7aea523707cefab0fcb77bac6036c091254d
Merkle Root cab17020cda45784e8e5506ac8a40098a464a86e4e878162f7c36a2b4a5c6250
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,760
Size: 1.00 vMB
Total Fees: 0.00729735 BTC
Feerates: 20.11 > 0.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,855 (911,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,586 3,586 000000004cb8e9df43d64e0d52a82e7d1933d696912cb45bf2b75965ff3b5092 1 0.00/1.00 vMB 0
3,585 3,585 00000000b2e6abb2e0fb33342e7076e502f898243e2fa2254589cafdfc159989 1 0.00/1.00 vMB 0
3,584 3,584 000000000ef6f116ecc58b116edcb072be5ef88b7af44d784e73319665ff41c1 1 0.00/1.00 vMB 0
3,583 3,583 000000003635c78b66d1743a2743e5f891abff76a812bffbf5e2b9f34786ed53 1 0.00/1.00 vMB 0
3,582 3,582 00000000e8155548a6cf3c39485845249bf6e6af7460474552b2f5abf164a944 1 0.00/1.00 vMB 0
3,581 3,581 00000000eb3c01335f8de9c353154116e997fb63d9810c9b26901e5e50d03b89 1 0.00/1.00 vMB 0
3,580 3,580 00000000af9ce099b3d0186e3663f6bcf6c49833fcffa269790fdc1fd8f02217 1 0.00/1.00 vMB 0
3,579 3,579 00000000fcaf11bffee302c7085407625234175cf91c48d8cd324be9303b35e6 1 0.00/1.00 vMB 0
3,578 3,578 000000001560928dbdab29c0c701a527582ed9ffbd45b3460926c4d9544744ef 1 0.00/1.00 vMB 0
3,577 3,577 0000000008ef59f72d9042b689c0c1aa45beb43a6f8b4e2970bfae7c50cb2120 1 0.00/1.00 vMB 0
3,576 3,576 00000000b9faa00f8097efe2901134eaf869e238c9ad74b69b6f4ab84ea1d606 1 0.00/1.00 vMB 0
3,575 3,575 000000004e3d28b1b5363931d9f44b0f01404cc94376495905b0857bb1a5f766 1 0.00/1.00 vMB 0
3,574 3,574 00000000743db03540fa59f71cc7eca0645a4a807cc5f99cfea6fc432769e7fc 1 0.00/1.00 vMB 0
3,573 3,573 000000005c7fae2b7594b35b2aab55f1030db794bd2b2efe67376fc166399140 1 0.00/1.00 vMB 0
3,572 3,572 00000000c541e75089314c0fdd0ea03075d482797004ddb5a7d5d6662ab56ea5 1 0.00/1.00 vMB 0
3,571 3,571 00000000c5791831f832c4b4ae675a2e0381eb7fb672bbf53d47893796a2ae90 1 0.00/1.00 vMB 0
3,570 3,570 00000000e36ec124e74bf62880f41048fb55250e5ba214598e7dfb6f5ad98d3d 1 0.00/1.00 vMB 0
3,569 3,569 00000000ad089a4b935079f3c0257153a58040f3b497a33ff1ba7ff58d2d30a8 1 0.00/1.00 vMB 0
3,568 3,568 0000000027193cac961c3bbf9cbf47f5d2069a7c66dfe3df5a5db160f78d6d3a 1 0.00/1.00 vMB 0
3,567 3,567 000000005d5ba30075901d8663229e15d4241ea1685a2a73d682b2569eccaa63 1 0.00/1.00 vMB 0
3,566 3,566 00000000ec957dd67696e7695e9d50bdbbe7521dd22c46a3273bc2190961d246 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.13 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: 652.44 GB
    • Received: 13.78 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.