Loading Tool

Explorer IconExplorer

Memory Pool

78,643 transactions
29.35 vMB
0.08417754 BTC
Random Selection Loading Transactions
Max Size: 177.35/200 MB

Candidate Block

Mining Attempt 4c707308df6e9e01fd5ea884a16aa75f713482568cb03ad87f883e05e72da258
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root a7848d8c9a940bd7ebdb4c3d890d722f5d62cf2270752a02c5c51d333a6fff3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,571
Size: 1.00 vMB
Total Fees: 0.02257028 BTC
Feerates: 95.73 > 2.26 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (310,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,375 604,375 0000000000000000000d442b78fc0a5b26bd9e5d5ff4532903424c8ebc310f85 2,737 1.00/1.00 vMB 50
604,374 604,374 000000000000000000112238d6493f642fd3575873ab20a3e3bb910ee466c3f4 3,196 1.00/1.00 vMB 25
604,373 604,373 00000000000000000015b7e55b8b62683b663da1d42b95cd507edb04b717b97c 2,929 1.00/1.00 vMB 24
604,372 604,372 0000000000000000001044e6ff6a04875e571b73debf4c8941684be565670519 2,890 1.00/1.00 vMB 50
604,371 604,371 000000000000000000116a54337b7be86a36ca2855de42caac31409e6c7a5a42 2,979 1.00/1.00 vMB 29
604,370 604,370 0000000000000000001280b9965584c1111b9347e77ddd7385ed5c97bb30725b 2,304 1.00/1.00 vMB 17
604,369 604,369 00000000000000000005c9cc2915b69066f16b64c491e853aedf652e592c99fc 1,879 1.00/1.00 vMB 29
604,368 604,368 00000000000000000001c90afc263f3b0c169813a9dd5f63aecae07459252dfc 2,192 1.00/1.00 vMB 22
604,367 604,367 0000000000000000000398fb040e79e8f6c398647660da1d6d55221b223fe81f 1,469 1.00/1.00 vMB 13
604,366 604,366 00000000000000000014e9658245c3c9eae84499b3d8b3825b49d8d54a178c08 3,019 1.00/1.00 vMB 26
604,365 604,365 00000000000000000011524330dea6dd4da46acabe2b7e00cbaf993df15a672c 2,509 1.00/1.00 vMB 26
604,364 604,364 000000000000000000005206b63304f39a898cbd7d26665e8002b220519c81f3 2,529 1.00/1.00 vMB 22
604,363 604,363 0000000000000000000b9be8237ad261aba0dc77beea85d1b1d29357664bb487 2,693 1.00/1.00 vMB 36
604,362 604,362 00000000000000000003debefb864f77a25e6d14d82dd90f409bf5d2b3a1f1cd 1,676 1.00/1.00 vMB 54
604,361 604,361 0000000000000000000ea0ecd1684f8f34a3ea7cc657a3a63d847e2707cd7c62 1,559 1.00/1.00 vMB 83
604,360 604,360 000000000000000000129afbcc1911b33f402e1bd462c4662d6b122cdb09afd7 2,920 1.00/1.00 vMB 13
604,359 604,359 0000000000000000000ff8517c953af8eb0e9bd9aeec317297c2a05cc026034b 2,953 1.00/1.00 vMB 23
604,358 604,358 00000000000000000010c1c48fc1c384ad0676999e76ae473e2350569ac1bd1d 2,575 1.00/1.00 vMB 26
604,357 604,357 00000000000000000013920df519c9584f825f7a0371a5a6aa02f248dba716f0 3,031 1.00/1.00 vMB 16
604,356 604,356 0000000000000000000274077ed65d25865f484dbe7a699fdbaaf1fddc873c17 2,607 1.00/1.00 vMB 41
604,355 604,355 0000000000000000000a8a89f881fb49738a17c05d449c44ded20dfe1913b2be 3,101 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.94 GB
    • Received: 16.43 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.