Loading Tool

Explorer IconExplorer

Memory Pool

34,789 transactions
25.44 vMB
0.05087927 BTC
Random Selection Loading Transactions
Max Size: 129.84/200 MB

Candidate Block

Mining Attempt 301f26bf428650ad2ecfb06cb9ca986b513780584d0833a8e0320d29952b28c1
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root 2fcb41f99a8b4241cfe48297918325d142db48915269ebe111077fb9c73ef880
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,690
Size: 1.00 vMB
Total Fees: 0.00470256 BTC
Feerates: 150.93 > 0.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (432,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,427 482,427 000000000000000000ffbbb2487010e08f1f7de441836fb1d6b1a0cefe471aca 2,429 1.00/1.00 vMB 213
482,426 482,426 000000000000000000cfdab7caa89e9c8fca85e7d66e589bd76aa9353e88bb76 2,564 1.00/1.00 vMB 346
482,425 482,425 000000000000000000f9b223d8ef5a7e28d4a15c2949d292bbb772c0c60285e4 1,947 1.00/1.00 vMB 437
482,424 482,424 0000000000000000004386adb7f65046780f21e19b87e301426d842a2c051685 2,278 1.00/1.00 vMB 425
482,423 482,423 000000000000000000fb3c7ce753c73d284cbd5f7f5cff6f1760e8e31f4b6880 1,797 1.00/1.00 vMB 501
482,422 482,422 000000000000000000b58cbd06023964b9e64c9a0f1daf6b2d406aa4846008be 1,246 1.00/1.00 vMB 110
482,421 482,421 0000000000000000007fb573b404cf168f6b4c2d4c34955bab50c2ab2d0d2cac 1,616 1.00/1.00 vMB 137
482,420 482,420 0000000000000000000df03c0954819f0123a5a666bc3ca85f1b10776df8b107 1,910 1.00/1.00 vMB 157
482,419 482,419 0000000000000000005e125c8fd5d538b28c0f50850dc01497eb493211796406 1,981 1.00/1.00 vMB 276
482,418 482,418 0000000000000000003a5d90c8afc69a845c6ef19a7e975a2b6cb80d8b6f05d0 2,037 1.00/1.00 vMB 186
482,417 482,417 0000000000000000008b4d3828c42ddbc689412f9620492ef2a8c2e4abf7d1fa 2,172 1.00/1.00 vMB 333
482,416 482,416 000000000000000000763c996950b841ef8f8c10c943aa70bcc292c83f726bfb 1,551 1.00/1.00 vMB 194
482,415 482,415 000000000000000000b86a02299afe997736adbeb790865219a9915532126b67 1,619 1.00/1.00 vMB 214
482,414 482,414 000000000000000000e2f9d26e709252a8cd874253ebf74bfb5d42de17a617f5 2,114 1.00/1.00 vMB 381
482,413 482,413 000000000000000000e8036405e2c441f405476d34c7bb1c4472c27be94513bd 2,123 1.00/1.00 vMB 440
482,412 482,412 00000000000000000129eecf5ca7b9ff2d7c6332ef439e39ae0974c39d209042 1,138 1.00/1.00 vMB 227
482,411 482,411 00000000000000000046444546a1ed16ec4ce4a60118fd2d5a0b92d9ee3b1799 1,992 1.00/1.00 vMB 379
482,410 482,410 000000000000000000889454358470ae101e630be7808b224a02eefd4c83d88c 764 1.00/1.00 vMB 118
482,409 482,409 00000000000000000109270846a3a3ce9a329009f11fd75148862138633c220f 1,721 1.00/1.00 vMB 332
482,408 482,408 00000000000000000090dc7a696cd5afe8d7b95d1ad3077adfb25b1702fbafcb 1,998 1.00/1.00 vMB 255
482,407 482,407 0000000000000000002d8ce82c6081795a3f533b45777676921c43883ca42db5 2,376 1.00/1.00 vMB 184
Previous 10 blocks ↓
Total Size: 781.82 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: 635.56 GB
    • Received: 12.31 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.