Loading Tool

Explorer IconExplorer

Memory Pool

76,502 transactions
27.64 vMB
0.07787121 BTC
Random Selection Loading Transactions
Max Size: 168.73/200 MB

Candidate Block

Mining Attempt a5bd3c21947b89064983f8c509247c6afa19a40d9a0e1b8703575747b7ed94ad
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root bdb7bd8561ddd12b9dbe4866e170a3b6aa7a5492ca194a40fadca6e816e0a2db
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 1.00 vMB
Total Fees: 0.01886904 BTC
Feerates: 402.60 > 1.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (485,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,029 430,029 000000000000000003ee88f3b94b831987aa0d219a93ad6ad7039d539632792a 152 0.08/1.00 vMB 51
430,028 430,028 0000000000000000009cd963cee36e036d1e8d97894fb4584aefeba5a759e0d0 915 0.41/1.00 vMB 55
430,027 430,027 0000000000000000004d23015c6a0b87f059fd7d533cc516d1305452948e86f3 1,515 0.64/1.00 vMB 58
430,026 430,026 0000000000000000020546e4058e4c75654ba93ffe03d3415a6f0b1080ca72cb 1,289 0.61/1.00 vMB 55
430,025 430,025 0000000000000000038ae40f362289d858dda52a4a7def84300ffed9c8a1617b 1,506 1.00/1.00 vMB 35
430,024 430,024 00000000000000000072dcea979fc8f8724eff3a4f8450bd80215427f305c2d1 686 0.28/1.00 vMB 62
430,023 430,023 0000000000000000013cfd0a3b81249aa4ef1a8c33b02dc5259203c37f64d314 892 0.46/1.00 vMB 55
430,022 430,022 000000000000000002057094435b5b520a1c5ad5a77df238b5a0db6bcb815138 1,574 0.98/1.00 vMB 37
430,021 430,021 00000000000000000489bc0e80ae80d0998f845a5e1d53361a247fd18f582f48 2,422 1.00/1.00 vMB 69
430,020 430,020 00000000000000000227f8f2efee26c6be999d72c6b35d0e34bc9706d552e274 935 1.00/1.00 vMB 27
430,019 430,019 0000000000000000000d7d8e874f10e20759ce3134376d9a2bcb223a4e57e8c2 1,484 1.00/1.00 vMB 30
430,018 430,018 0000000000000000023b650995a888ed27cb3e229beef56eef954961ae2f5c4e 2,556 1.00/1.00 vMB 66
430,017 430,017 00000000000000000231fe2a6d216048c3bfb371c3bebf559127e01165c65d2d 2,156 1.00/1.00 vMB 52
430,016 430,016 000000000000000004574e6f63651ac90ddf184f6a4b926399097ce46a9d3ec1 1,958 1.00/1.00 vMB 51
430,015 430,015 000000000000000002421a0f62aee5f1856f04649cf0da58742dae8c37ed49dd 2,794 1.00/1.00 vMB 77
430,014 430,014 00000000000000000166a154651434ae9fe1ad57a1f5824f8f9d0de8e24d3caa 2,560 1.00/1.00 vMB 58
430,013 430,013 00000000000000000114d941a8dea89ee460b8882eeaaa94863e0fa885ed3815 2,513 1.00/1.00 vMB 65
430,012 430,012 0000000000000000025a3b8aee4abe374ec29238972fb60b0c84d5302b5502da 882 0.44/1.00 vMB 54
430,011 430,011 0000000000000000025fdbae6ad6fb71212f496b8a965add2b288f8cc09c19e9 77 0.03/1.00 vMB 62
430,010 430,010 000000000000000002e40c1c4027b3882e341657eeebe94b78e02c915e03b771 1,461 0.66/1.00 vMB 48
430,009 430,009 0000000000000000016a094f51dea6e51470c98bf009fdb356dca170aaebc9d5 1,947 0.99/1.00 vMB 57
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.01 GB
    • Received: 17.64 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.