Loading Tool

Explorer IconExplorer

Memory Pool

40,842 transactions
25.91 vMB
0.05001190 BTC
Random Selection Loading Transactions
Max Size: 135.46/200 MB

Candidate Block

Mining Attempt c8d1be56481a7de99d1346811f5467c789f22158cf82937ea7023c17412f5790
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 5298d0b8011eb25929f7c0133c68d80ca0a2edbbaba129218b5e94808e15ea5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,924
Size: 1.00 vMB
Total Fees: 0.00292609 BTC
Feerates: 18.26 > 0.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (405,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,377 509,377 0000000000000000001487459fda41135323579baff9ac0ff0d5f87fc50cbb17 1,594 0.90/1.00 vMB 58
509,376 509,376 0000000000000000001fb4d72ca889fae4a41acb4254a7fdbd60cd45ed993dbe 2,634 0.98/1.00 vMB 109
509,375 509,375 000000000000000000336c3fb94e5caec1d57591ae08c7afe28043a5d236212b 115 0.03/1.00 vMB 125
509,374 509,374 000000000000000000222864fe44df9a1c7b5dbc71b35ae9aa173697900a8713 931 1.00/1.00 vMB 21
509,373 509,373 0000000000000000004efbc59f7e611b0ee53203697d59853d7494328dc6df2d 547 1.00/1.00 vMB 14
509,372 509,372 000000000000000000069bbb56c1dc835706484d3b839cfbce32033e6a5f816b 521 1.00/1.00 vMB 15
509,371 509,371 0000000000000000001cdb49423af6f89a96480a2d10309c0cb940bad0f5bfbe 764 1.00/1.00 vMB 8
509,370 509,370 00000000000000000007cb21f2d40a41f0341de8fd263647c45dd650ac49a201 2,461 1.00/1.00 vMB 72
509,369 509,369 00000000000000000016d4d27a3686825e8977cb9a1afe6731db5bbc5fe4f55b 745 0.38/1.00 vMB 77
509,368 509,368 0000000000000000000066d19f01f377ffa60380c0797cfc5a41ecf80c902d53 1,579 1.00/1.00 vMB 40
509,367 509,367 00000000000000000003b182a8b4714ba63585a74dca255cf0f127b6d7dd074c 1,795 1.00/1.00 vMB 53
509,366 509,366 0000000000000000005dcd28566aa6ae87c2a4db319fdb59134cd743763bfb25 1,809 1.00/1.00 vMB 53
509,365 509,365 0000000000000000003d93603a940deaceb0a1371aa4529ea885bc2ce722562d 443 1.00/1.00 vMB 12
509,364 509,364 00000000000000000061ca000874a838b22b2502f16e1977c3d5e58e4ad8839a 346 1.00/1.00 vMB 17
509,363 509,363 000000000000000000023ee814b178606a81a1ac8e33bda2d8f4ce0b0dbdf136 101 1.00/1.00 vMB 3
509,362 509,362 0000000000000000004c7d5ab54b836d52cdfb833a64caa3f12f952c49d4a3a0 443 1.00/1.00 vMB 15
509,361 509,361 000000000000000000472bcf2e74c94850ace3cd6e8dd100fc26d2f0b65eab5f 2,170 1.00/1.00 vMB 86
509,360 509,360 0000000000000000005cf39a25a0d23f9bdacbd6fac7b9ea229e0556738c1ef6 175 1.00/1.00 vMB 5
509,359 509,359 0000000000000000002efefb45eecd0cbf73f3c1cc75e7c00f4817dd9231a936 273 1.00/1.00 vMB 8
509,358 509,358 0000000000000000005ef8d5eb8cec77ef41c5cdd88c2c6bc7ee673c389b8f00 2,605 1.00/1.00 vMB 39
509,357 509,357 00000000000000000061e3e8f6c116e3b64f2f844914d31ffff6bb5a13d2f5f3 2,256 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 781.99 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: 648.69 GB
    • Received: 13.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.