Loading Tool

Explorer IconExplorer

Memory Pool

78,273 transactions
29.43 vMB
0.07615212 BTC
Random Selection Loading Transactions
Max Size: 177.80/200 MB

Candidate Block

Mining Attempt 323a1d1ed052f1e2baa59a57772d37bb69d6ff2fe8add19f08c73fbcac4e7575
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ef45f197b3e8787f02c4e0c2287d29e9d8aeec344b39cbeadb60fbe65ba8d69c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.01268371 BTC
Feerates: 15.32 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (290,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,545 624,545 0000000000000000000b894abf3e042b5d2191d6e9cc37d5fed5545720c4db6a 960 0.30/1.00 vMB 13
624,544 624,544 0000000000000000000c3823353cdcbd24abca806a1aedfce3fb866a2e1fe58b 1,281 0.42/1.00 vMB 15
624,543 624,543 00000000000000000005ef0a057f130d7205ec8d56e0f6edc044600c70167319 812 1.00/1.00 vMB 4
624,542 624,542 0000000000000000000130f57eea19e5e69d4dd9673a6615dca95a33ad3a1ae9 2,128 1.00/1.00 vMB 7
624,541 624,541 0000000000000000000e4a40b162d998c2b60b3e38934d10cceb8e92e61c64ef 3,152 1.00/1.00 vMB 12
624,540 624,540 0000000000000000000b2b31bd5e4459c36b1a8d55586a7d6f5edf4917959833 2,448 1.00/1.00 vMB 25
624,539 624,539 0000000000000000000939e798af5e0d4c6efe57bf0fbadb1d8111bd348f1a03 235 1.00/1.00 vMB 1
624,538 624,538 0000000000000000000068899caa617f4303aea5afa855a32d816c13d71a49c9 440 1.00/1.00 vMB 2
624,537 624,537 00000000000000000013d6ec7b1d6e0618d54805ceed1b79b60135f556ecd21d 1,191 1.00/1.00 vMB 4
624,536 624,536 000000000000000000119a2d0c3544938689a4e6a0f19e66740bce121e2840f1 876 1.00/1.00 vMB 6
624,535 624,535 000000000000000000114bee2afe169b69a90257529c070344cf026de0c70920 2,133 1.00/1.00 vMB 2
624,534 624,534 00000000000000000006223f8417f513faadf4c47c8f1808d076579b74780639 1 0.00/1.00 vMB 0
624,533 624,533 0000000000000000000920411edfb682abf7f08ea7e21d16bd8d9fea2b9f890c 3,043 1.00/1.00 vMB 18
624,532 624,532 0000000000000000000e28c2587c07285108296bb93ce339d0e7e6f64d28d786 2,680 1.00/1.00 vMB 18
624,531 624,531 00000000000000000011a19a6728d4786798378e095c798337195a536bc041df 2,826 1.00/1.00 vMB 19
624,530 624,530 0000000000000000000055f52bd83964cf7c2ab84b7a5174ede8eb94b0f3e11c 2,935 1.00/1.00 vMB 32
624,529 624,529 00000000000000000009bfce7e7f3e8c45bd125ddfd57f8fb2b7b4593aa10a14 1,174 1.00/1.00 vMB 4
624,528 624,528 0000000000000000000b904b0a1589511786d66d1db340f591fb8cf230c80869 2,446 1.00/1.00 vMB 16
624,527 624,527 0000000000000000000e3f55b3dd39f9a0fe47e9e2f4f9c0bf53e54bbc737829 2,825 1.00/1.00 vMB 19
624,526 624,526 0000000000000000000a08c47438ff6a6cd52f153329525b833ebc8bd744bd48 2,236 1.00/1.00 vMB 13
624,525 624,525 000000000000000000006b3153341dc636d452e356eb79782700c4ec218811ac 1,896 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.64 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.40 GB
    • Received: 16.23 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.