Loading Tool

Explorer IconExplorer

Memory Pool

41,902 transactions
26.17 vMB
0.05940614 BTC
Random Selection Loading Transactions
Max Size: 136.95/200 MB

Candidate Block

Mining Attempt 3527297b749ae45d1ee7a6ef7f0c416df9de8fa0c9f143c3ac4926029fde5b3d
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 6f81e54dd6721c43258ef409100cce4bf0880220f656ad120c3b177e9fa328b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,256
Size: 1.00 vMB
Total Fees: 0.01160683 BTC
Feerates: 100.00 > 1.16 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (340,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,420 574,420 0000000000000000001cd0cd32df6251c2e824ca30c1a148f2bf87591dff1d2f 1,917 1.00/1.00 vMB 17
574,419 574,419 0000000000000000000e9acd4aa058e25a887bebe1928f1254395c06b651449b 2,314 1.00/1.00 vMB 23
574,418 574,418 000000000000000000014f2f75f90cf679b7b849eda37642a81ce2cf224f63a4 2,428 1.00/1.00 vMB 24
574,417 574,417 00000000000000000025c35e094b78f9c7d3c597d439d1afe517b54ce2bf1009 2,467 1.00/1.00 vMB 31
574,416 574,416 00000000000000000021e55f8606bc3dc466a2492bdb109e7b69ecd85717475e 2,872 1.00/1.00 vMB 50
574,415 574,415 00000000000000000019bca5c12ce0f5298e7dd655c8f05da3f3e35e7f1367ff 2,137 1.00/1.00 vMB 66
574,414 574,414 000000000000000000126a0b3494767abe0e94216b937a11814bef0877ef86bf 2,868 1.00/1.00 vMB 71
574,413 574,413 000000000000000000291203c0224a3ff889ab37aef7693b96b1b0284ace4144 2,166 1.00/1.00 vMB 88
574,412 574,412 000000000000000000230ada4ac5c745e19810e0e39787df3c7d9cbc445f17b9 2,635 1.00/1.00 vMB 56
574,411 574,411 00000000000000000016dd7130361fdaa4102abc0f0d8c00330801f3b50a76e2 1,798 1.00/1.00 vMB 108
574,410 574,410 0000000000000000002c1058d22fa79eabc5d52da2400118afdba3af26875276 2,674 1.00/1.00 vMB 66
574,409 574,409 0000000000000000001e7740a22ea4264576a7546d6026c801e3872310454cf3 2,196 1.00/1.00 vMB 27
574,408 574,408 0000000000000000000a0c91be063a51f8744adabe4ef0e68b326cdcdcb9989b 2,790 1.00/1.00 vMB 50
574,407 574,407 0000000000000000000ba6326f07d60d7079e25ce710c8722c909e00d9fa42f0 2,275 1.00/1.00 vMB 41
574,406 574,406 0000000000000000000b4b2ada97f7126f1084b77f70fc0172775acad9b3cfd6 1,915 1.00/1.00 vMB 37
574,405 574,405 0000000000000000000b56d81f69052576fdca2992c31d99c72e78676312f0b5 1,444 1.00/1.00 vMB 33
574,404 574,404 000000000000000000059204916ae488067777e86ec73d03d95f699496893ed1 2,073 1.00/1.00 vMB 39
574,403 574,403 00000000000000000001bbdd7b8a4602eb356a7d95a9951ffcecd817c53e9599 1,718 1.00/1.00 vMB 51
574,402 574,402 0000000000000000000ce22993644e9f99ba51455130d43484b194fedc54fa93 2,778 1.00/1.00 vMB 54
574,401 574,401 0000000000000000001f9393f063b1828d43cbc936294c95ca906bc46e7b2af6 2,620 1.00/1.00 vMB 63
574,400 574,400 00000000000000000009525673b5d3c47cdc87d6a5dcde949554cf5f290ae621 3,028 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.20 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: 653.96 GB
    • Received: 14.06 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.