Loading Tool

Explorer IconExplorer

Memory Pool

40,451 transactions
25.77 vMB
0.05007919 BTC
Random Selection Loading Transactions
Max Size: 134.37/200 MB

Candidate Block

Mining Attempt d102d817aa200dace00d18f16746d512e21574081101954f59a207fb7482bd01
Version 20000000
Previous Block 00000000000000000001eb538b44df8d39ae4bf8dee821fde296842d221e7d43
Merkle Root 8b422342da4a201ad833e4d298f357fbfd82337286906ff464436c63a6deb30a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,566
Size: 1.00 vMB
Total Fees: 0.00343857 BTC
Feerates: 60.14 > 0.34 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,755 (237,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,122 677,122 00000000000000000007b64dcabbbe56375885a17e619b1c2f7a9a0f77e7ba9b 3,210 1.00/1.00 vMB 59
677,121 677,121 000000000000000000003d9dc58546c9a2c33eb43d956051e5429f2153cba906 1,109 1.00/1.00 vMB 74
677,120 677,120 000000000000000000006d8e1eb870bd281b30ed621acf6b8d6af2a3c7ab61f1 971 1.00/1.00 vMB 72
677,119 677,119 000000000000000000046b9302e08c16ea186950f42a5498320ddd1bd7ab3428 2,815 1.00/1.00 vMB 98
677,118 677,118 0000000000000000000aec32aa6edda6c888e8d6a0183d9c976064f98430c2da 1,201 1.00/1.00 vMB 78
677,117 677,117 0000000000000000000724dc7c7965eafa4067c8c7170887325552faa33aa897 1,819 1.00/1.00 vMB 81
677,116 677,116 0000000000000000000302ba8437f469119c8181c6084319ba388084c9b3d1de 2,165 1.00/1.00 vMB 64
677,115 677,115 000000000000000000066f39f81568bcdefd74e12007802b3b3cde956ca8b1ef 2,286 1.00/1.00 vMB 25
677,114 677,114 000000000000000000081dbc3fb7993b89ea70167b5725f5a9fe353b9f8b67d1 2,796 1.00/1.00 vMB 76
677,113 677,113 0000000000000000000a37357fff593b1703b254bc118e8e87a269c3298549cf 1,694 1.00/1.00 vMB 64
677,112 677,112 0000000000000000000813535201ee464017e7b9012285541590bdd90a7551e1 2,528 1.00/1.00 vMB 88
677,111 677,111 000000000000000000075096d17789cc1f7a6616fe9c8c9c825f0706564f3d54 1,849 1.00/1.00 vMB 56
677,110 677,110 0000000000000000000bb931820c9bbee1bd70e865188be8cb7e60447c99ab93 2,250 1.00/1.00 vMB 81
677,109 677,109 0000000000000000000529c71fd78feacc8a0e2fddd29e3bb055473b22df9f52 2,290 1.00/1.00 vMB 70
677,108 677,108 0000000000000000000102f9f297baaeb44a0d53210f9e82c0b8f6f54bcd3c58 1,175 1.00/1.00 vMB 12
677,107 677,107 0000000000000000000655c194168240ca796f1baaafe9747cc6b8b357622b5f 1,456 1.00/1.00 vMB 47
677,106 677,106 00000000000000000006b5e92bdd6e91ca8ee9f6881ecd5a7bb9d3774f967829 1,285 1.00/1.00 vMB 43
677,105 677,105 0000000000000000000c35e9fb920d87ae31b4399f1422d92f054e3b925baca2 2,353 1.00/1.00 vMB 71
677,104 677,104 0000000000000000000883786ab5ed15a14ae396f1fb41596b0ef1f27aeb8e7b 1,528 1.00/1.00 vMB 17
677,103 677,103 00000000000000000005e87ec746f1cdcb9d326db4d7c230a9343d6a4c382e5d 1,395 1.00/1.00 vMB 25
677,102 677,102 00000000000000000009e159cc4db9c2394a1f3e9b0720377c8e6ddd0363834f 1,590 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.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: 647.26 GB
    • Received: 12.91 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.