Loading Tool

Explorer IconExplorer

Memory Pool

84,200 transactions
32.62 vMB
0.07886984 BTC
Random Selection Loading Transactions
Max Size: 193.33/200 MB

Candidate Block

Mining Attempt 2a1ce67d9a27d8ed5ba73251ced2f91fa5c5ecfdb718316ca342960bc7ee021c
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 7465419c1081f64e3ba0b0919106747b75659b048337c9f890832051ddefc374
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,873
Size: 1.00 vMB
Total Fees: 0.01423667 BTC
Feerates: 100.53 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (446,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,019 468,019 0000000000000000000495fddb58c95a47c91480a54facf6dbed1e1dfdb43613 2,743 1.00/1.00 vMB 372
468,018 468,018 00000000000000000134f3b81b839e33fdc1943d153baa7efb616574fad3e760 2,320 1.00/1.00 vMB 244
468,017 468,017 0000000000000000011f21eed9e4ed5660f38d4f563c56fdb5033107d706ee73 2,272 1.00/1.00 vMB 280
468,016 468,016 000000000000000001082f851fc2dad5bf1a7a1a662acfee7dc7c4a3f0c44a4c 2,093 1.00/1.00 vMB 270
468,015 468,015 000000000000000001a821e394e5266671916b53a9d48c5f6ac0ba4cc106265e 2,365 1.00/1.00 vMB 323
468,014 468,014 000000000000000000b4594604055369aeacf1aeaefc38f0319da4c64775f9e9 1,602 0.75/1.00 vMB 322
468,013 468,013 0000000000000000009b107ffe6c222213131b1158d233e16d128c5977e3fd7b 2,133 1.00/1.00 vMB 251
468,012 468,012 00000000000000000143cd87d77a48a472543525b0b27ea152223a0c3aa64e93 2,297 1.00/1.00 vMB 262
468,011 468,011 000000000000000000b56cb54a866df12a3ce547811c737c41249e67fc8ff275 2,617 1.00/1.00 vMB 296
468,010 468,010 000000000000000000db3bf8541930c925f4ea0a04210d42123d0c3e66f5a6f1 2,025 1.00/1.00 vMB 377
468,009 468,009 00000000000000000104a52b194abdf6e1e2471431c98ef1d13d4dc3391b6c4c 2,125 1.00/1.00 vMB 294
468,008 468,008 00000000000000000131baac2ca7f9979bc74b03285743663788638b387b07fb 2,461 1.00/1.00 vMB 327
468,007 468,007 000000000000000000de45c520a6c0d51aad808d7e33cc1d3484ac16694eea28 2,688 1.00/1.00 vMB 339
468,006 468,006 0000000000000000013e2b5b742a870f92a8b3cf7c7510fbe16b289bccd44416 1,572 1.00/1.00 vMB 218
468,005 468,005 00000000000000000093d63539e35ec33d8152b1c00a6d33f83011302cc9fd66 2,040 1.00/1.00 vMB 249
468,004 468,004 0000000000000000011cb451d8ce6dc80476a75e9b3848ccf6c600ec7ce91211 2,562 1.00/1.00 vMB 218
468,003 468,003 0000000000000000013573769f2bfaada84b18ad239f96e672eb275f378f0ad7 2,344 1.00/1.00 vMB 275
468,002 468,002 000000000000000000858dc7a55a071acad236fedd73d9922c9a56636f495b2d 2,151 1.00/1.00 vMB 324
468,001 468,001 000000000000000000ecf1172c3ef52f17518f8fc26e8047257d0074fef4a1a8 2,435 1.00/1.00 vMB 347
468,000 468,000 0000000000000000012626dbc547ecf2524475e10751bb877dae44c4f07b2cc6 2,657 1.00/1.00 vMB 251
467,999 467,999 0000000000000000008033530c6bb2548893bf5c195d995c42d517b548dcd1e9 2,591 1.00/1.00 vMB 299
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.