Loading Tool

Explorer IconExplorer

Memory Pool

79,040 transactions
29.25 vMB
0.09718483 BTC
Random Selection Loading Transactions
Max Size: 176.77/200 MB

Candidate Block

Mining Attempt d8dde7b669539a1af20422f06650d9b1acafcbfca2b75b6062e71f8f82ad2d8c
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 7fcf3a0f13f14430e10fae5511a3139790b7410d0a08febc67bb83446eed6cd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.03534371 BTC
Feerates: 477.45 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (496,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,119 419,119 0000000000000000011935f235b8a2c49b55777312ade1d28b460439712de699 2,816 1.00/1.00 vMB 85
419,118 419,118 0000000000000000004dc3fd6450f1e12bdb790e7dfdce43de43b51d10c15a79 922 0.41/1.00 vMB 47
419,117 419,117 00000000000000000062baaaeb9a5822fa36d0ccb55e4cb202c889a8ecacf026 1,784 1.00/1.00 vMB 42
419,116 419,116 000000000000000001fa67917ce5baf9194d61ac919dacc57ae0dc6c115e57f8 2,702 1.00/1.00 vMB 72
419,115 419,115 000000000000000002d381388c0dba9dc367ad8984730512d13c690a0c4b3eb6 2,044 1.00/1.00 vMB 39
419,114 419,114 000000000000000000d0b612dbf6cd8ec4358b5e2cd16fac087848851d5000d8 1,880 1.00/1.00 vMB 52
419,113 419,113 000000000000000003c1d10f0a3395071cee8ca7d609055f0c65a1ffbf73b5c3 1,778 1.00/1.00 vMB 60
419,112 419,112 000000000000000003eb52432a60cbb3cff0433cc30b9a325733a78fe5cb0604 2,062 1.00/1.00 vMB 52
419,111 419,111 000000000000000000ed2581651a1f2baaa2f2d2d071210a4df39e7301962c08 2,395 1.00/1.00 vMB 76
419,110 419,110 000000000000000001da63bc011af1bf9af315497bb97c73feda0503bcd6fa23 2,174 1.00/1.00 vMB 117
419,109 419,109 0000000000000000021978d50bb1053e698514ecce28bd5504fbce621d27a8ad 3,150 1.00/1.00 vMB 81
419,108 419,108 000000000000000004cef155c5fa6a2c8b9cc527bb78e55caab81efce69b4ed8 2,851 1.00/1.00 vMB 76
419,107 419,107 0000000000000000007ca13b439c5e92d6890c841ebcb9afd71ba3c3791aaf6f 80 0.04/1.00 vMB 63
419,106 419,106 0000000000000000051f346aae6d9c0df56430635163200b61916c4f3a67f7c3 222 0.08/1.00 vMB 75
419,105 419,105 000000000000000000048653d119671f3c58d8ad0ae868706670c229309b79ae 2,090 1.00/1.00 vMB 47
419,104 419,104 000000000000000000d1aa48cedd170a6242607400d7bae2d5d995c29dbde3c0 415 0.31/1.00 vMB 41
419,103 419,103 0000000000000000002d599e4c8348ec7257a2a25473a4d4d1f7c58d8b9fe099 906 0.99/1.00 vMB 20
419,102 419,102 000000000000000002353471d7dc0bddf8663a7ce8cb51e4cc57095b04ad4681 2,549 0.99/1.00 vMB 67
419,101 419,101 0000000000000000033de2ad475ad155d7d2a2ee2714fe81641891a523e568f5 339 0.19/1.00 vMB 59
419,100 419,100 0000000000000000015c26cc28f64ccc723de922a2e17c6d2a340d78f4e3a628 621 0.32/1.00 vMB 60
419,099 419,099 000000000000000001a931885c9a00d2cb8a0725cc14379a8676ff82a60e9da3 45 0.02/1.00 vMB 49
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.17 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.