Loading Tool

Explorer IconExplorer

Memory Pool

71,982 transactions
27.10 vMB
0.08596837 BTC
Random Selection Loading Transactions
Max Size: 163.80/200 MB

Candidate Block

Mining Attempt 604e82e51522cc1bcb3c7322c0a95c06369adb4731dad90117defb92069d276e
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root 892910d5dcb6496663c58d2488d07be1e978488109d2b300f112fe07231e9ca6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,429
Size: 1.00 vMB
Total Fees: 0.02778630 BTC
Feerates: 445.47 > 2.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (660,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,730 254,730 000000000000003da5c8e1da438329206f2e9a4a2ceaec7d89fd1f3c491c5057 479 0.20/1.00 vMB 90
254,729 254,729 00000000000000013f0845c6e86bce581cae19f66e4e93c325b4c7c570c07166 256 0.10/1.00 vMB 154
254,728 254,728 00000000000000121a3821cb7de46149e50aff0d1fae4b158ee8e6c1ff310182 372 0.14/1.00 vMB 126
254,727 254,727 000000000000000ef432eb1aa0d7542486e54414e3b14ca91e205992b3f968fc 315 0.14/1.00 vMB 103
254,726 254,726 00000000000000051463e1c35cfc7c94c3cb6441598e87ce34b5af12a9debcdc 200 0.10/1.00 vMB 90
254,725 254,725 00000000000000068660e2c5c28011705607cde058feb14fcadd9c6527d8e881 243 0.10/1.00 vMB 113
254,724 254,724 0000000000000023a36b0b8cecfce4d6ceae3665ef41ce121ff137278383cb31 343 0.14/1.00 vMB 111
254,723 254,723 00000000000000280a21affe4cfd1b74498eaf3dc05c31963410094dcf18fbdd 600 0.27/1.00 vMB 113
254,722 254,722 000000000000001f43dee7f1d71176ed1719152d6ab7e27ba678bd3069de9f51 204 0.12/1.00 vMB 72
254,721 254,721 000000000000001d3d97831381c6636633593a1f09e96c556c82709a9a2fa4cc 428 0.18/1.00 vMB 97
254,720 254,720 00000000000000208914ce864368c1bbd1285757a7aa322d76ae5f8d1339087d 475 0.20/1.00 vMB 105
254,719 254,719 000000000000001d09d35c2de8cabd5e6456d9fe5454d5c1da4e5a1346eaec6a 629 0.25/1.00 vMB 114
254,718 254,718 000000000000001fa3b094a4d31de98fb1c5d3e3eafb57bafca3ad08b0f7bdf1 87 0.05/1.00 vMB 42
254,717 254,717 0000000000000038f30fcd80955429abce4b26b2f4f500985bc93eac944459c0 312 0.14/1.00 vMB 97
254,716 254,716 000000000000003c7e152d76b778b9445317c4c6cd86d62a4ee70c39a33ccf10 592 0.24/1.00 vMB 112
254,715 254,715 0000000000000021c432ed30e22a29e5d5e0e1beb41830da35d7cef083753bb3 465 0.19/1.00 vMB 109
254,714 254,714 000000000000000ba80c61d5e878229d3a6f7d654b7897099b17de5a5a350631 59 0.05/1.00 vMB 48
254,713 254,713 000000000000001effc7dab1a7c39e4feccf8f2f72e35a90b644c317f05c2055 309 0.14/1.00 vMB 122
254,712 254,712 000000000000002cf6e321ef12c6f91130a1bd3d200c36dae01d487ad29f0c15 1,042 0.38/1.00 vMB 116
254,711 254,711 0000000000000009f79e885858570fa35c8c9bc8ee3f285402ec28ba85f96d25 606 0.28/1.00 vMB 67
254,710 254,710 000000000000001d3bd00994a375f0a5b81a3d399eadc30655254c3910647f2f 820 0.35/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 783.19 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: 751.89 GB
    • Received: 18.87 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.