Loading Tool

Explorer IconExplorer

Memory Pool

78,931 transactions
29.42 vMB
0.08325376 BTC
Random Selection Loading Transactions
Max Size: 179.81/200 MB

Candidate Block

Mining Attempt 4edc1489169f830d407cbcb1a545bb35fd055f7a26f9eb0e97e0ea9dac1c799d
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 604d59f912c1f030de1d644b0775f83bac1d2310c5c1af417ec5e4d639dfb3ba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,402
Size: 1.00 vMB
Total Fees: 0.01865973 BTC
Feerates: 402.60 > 1.87 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (495,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,577 419,577 00000000000000000469836e170276baf72d8b39ffa2e0a39f40d3f91d4c1299 159 0.06/1.00 vMB 62
419,576 419,576 0000000000000000043e6c7b5ff6904ca3619ebb8dfa20c7d542f0d4be68c252 1,877 0.92/1.00 vMB 49
419,575 419,575 00000000000000000282526c6aceee6d34a022748ebd223f3ad803795c3e6d9d 1,122 0.99/1.00 vMB 26
419,574 419,574 00000000000000000475745f6c7631f70ccc5330e46c04c819316533bd7adfbe 118 0.92/1.00 vMB 9
419,573 419,573 000000000000000000e9d0f64fec79a9163142a3ffca5c27a552275c171820fd 988 1.00/1.00 vMB 22
419,572 419,572 000000000000000001a194a5b1038382f3944a7139e587b5a66861d81b7bddb8 1,916 1.00/1.00 vMB 41
419,571 419,571 000000000000000000f4697950a7064b4068fdaa17da3983ff8ec66a2aaa830d 2,957 1.00/1.00 vMB 78
419,570 419,570 0000000000000000038a937dc32cacf000bef1a236dbe75abfe5b4f2f22c9746 1,506 1.00/1.00 vMB 21
419,569 419,569 000000000000000005257cc97bc2be72fb0f6ea12b148a90e6badbc1f3f6d2d5 2,362 1.00/1.00 vMB 45
419,568 419,568 0000000000000000049d940dbf93972d28fe70a6675853701afe5c99099935c8 2,921 1.00/1.00 vMB 43
419,567 419,567 00000000000000000329b073bab2e4922f24d2227b6a3861d13d1494e0ebe03b 2,973 1.00/1.00 vMB 79
419,566 419,566 000000000000000001f2692f2f42a18e94e16271298bccf537f168a21a2a5f71 3,289 1.00/1.00 vMB 86
419,565 419,565 0000000000000000009a7c6d897fda64c3587ce1ad25e45f7c270ffc47582d0a 95 0.10/1.00 vMB 53
419,564 419,564 0000000000000000004dee0a714b11034e682beefa45adb7abb2fc1e65421288 412 0.25/1.00 vMB 34
419,563 419,563 000000000000000000676c7d19dd808d9b21b32dc506108439985465fb638768 2,210 1.00/1.00 vMB 39
419,562 419,562 00000000000000000335c0de105832e584beffacc9520cbb29ade53dc2398dde 1,806 0.75/1.00 vMB 80
419,561 419,561 0000000000000000017e3c7e497b2031e6346642f9aa52a74d1d3b48fd18f996 98 0.03/1.00 vMB 64
419,560 419,560 00000000000000000365f36f95213396e333c2179146d75e084fd627654aa71e 316 0.17/1.00 vMB 45
419,559 419,559 000000000000000000e8cd03b66cc09551c228f5a1c3447ef602675f28eebd50 1,433 0.83/1.00 vMB 34
419,558 419,558 000000000000000001fcb05550d0bc5b9a77ba04c0397e28e721c4190781dd46 2,838 1.00/1.00 vMB 61
419,557 419,557 0000000000000000048bb036fa47acc42f70c24e9037659a30c826de8266ec4d 736 0.32/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.