Loading Tool

Explorer IconExplorer

Memory Pool

39,441 transactions
25.67 vMB
0.05363764 BTC
Random Selection Loading Transactions
Max Size: 133.17/200 MB

Candidate Block

Mining Attempt 25e918d9215ccd168789dfcde1527114dd59c8d3c4282f97cb4f72d1653ad516
Version 20000000
Previous Block 000000000000000000010dace4d5b44bfd82b756b4c28da5c2033af29cb443b3
Merkle Root a941720c8cf13739787138485434f1a8c11e0ff0fa384f9d2fc45f56c68f9fae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,295
Size: 1.00 vMB
Total Fees: 0.00726160 BTC
Feerates: 66.96 > 0.73 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,764 (503,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,168 411,168 000000000000000005ccd654ae78bff00c711a00ccc136f0b4bd0a37a672a6cc 2,569 1.00/1.00 vMB 54
411,167 411,167 000000000000000005071f5985d75087e92954564b6020d156db19a4bc58d30f 577 0.39/1.00 vMB 25
411,166 411,166 000000000000000000e800d2f8e67a9f7b68ab94bda968ba93347c837d960150 1,950 1.00/1.00 vMB 31
411,165 411,165 000000000000000000c2cfae877ee8e281cad2f5faf6b37b9e1777fea69a6846 2,432 1.00/1.00 vMB 49
411,164 411,164 000000000000000004bcf4a40d1ddbd7e39850fae11fc442a986b5e0fdc404d9 3,054 1.00/1.00 vMB 67
411,163 411,163 00000000000000000230c995964717645d28b15df64993cac247f96f5d009040 1,306 1.00/1.00 vMB 22
411,162 411,162 000000000000000001e3c4b98c58c03957f137be8117834556ff4f1b58a65f9d 2,437 1.00/1.00 vMB 42
411,161 411,161 00000000000000000061928a3e6f3d0f00cf3d5ac4d0b629358b209e091b7e34 3,300 1.00/1.00 vMB 61
411,160 411,160 000000000000000002626d271063abff5cb095bbc05a42f2a85a4cbeb217881c 1,318 0.87/1.00 vMB 26
411,159 411,159 000000000000000000c2ff68eb3a9627daef1efad624c9793fafed13a5aceddd 2,487 1.00/1.00 vMB 49
411,158 411,158 00000000000000000143faa011e11f1059d0e2c626da41f7ea285e20e9b7cadc 1,835 0.97/1.00 vMB 40
411,157 411,157 0000000000000000055af46744ff2171e5a653f755833ebc6d55e701b76fcfda 1,606 1.00/1.00 vMB 28
411,156 411,156 0000000000000000030de830da8ceb43226a45d32c14480d53b52df3953c8ec0 2,244 1.00/1.00 vMB 39
411,155 411,155 000000000000000004d8f2db538d03ac916d4f8eb7e1a27371d653f6dd2dbd89 3,194 1.00/1.00 vMB 62
411,154 411,154 0000000000000000044450eddeb75c98a66825312169b98f3defd7e99f365534 561 0.32/1.00 vMB 31
411,153 411,153 000000000000000004893b120b6573623cc75b13c583bd24f24d3e609028ae44 2,295 1.00/1.00 vMB 37
411,152 411,152 0000000000000000013807b00623d1e0134592fd31793a18e2bac1d695bffd91 3,042 0.99/1.00 vMB 55
411,151 411,151 00000000000000000070638650eb7010dca40639164ff937cf1c4295a39c551f 675 0.37/1.00 vMB 29
411,150 411,150 0000000000000000028ab9dc87fc102d35d568c79ab406f9850c4a754a7200da 2,530 1.00/1.00 vMB 39
411,149 411,149 000000000000000000d204fe27bc8c101418129f89bad50fde21c4bf59bd6c58 1,562 0.63/1.00 vMB 37
411,148 411,148 0000000000000000005c6d478e00b0cc0543903b3eadeb41e0bf95d6904b73a4 1,230 0.60/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.97 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: 647.80 GB
    • Received: 12.97 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.