Loading Tool

Explorer IconExplorer

Memory Pool

1,237 transactions (0.37 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.22/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,362 000000000000000000022b910000000000000000000000000000000000000000 1,234 0.00865426 BTC 0.36 vMB 2.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,361 (657,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,724 254,724 0000000000000023a36b0b8cecfce4d6ceae3665ef41ce121ff137278383cb31 0.14 MB 343 111
254,723 254,723 00000000000000280a21affe4cfd1b74498eaf3dc05c31963410094dcf18fbdd 0.27 MB 600 113
254,722 254,722 000000000000001f43dee7f1d71176ed1719152d6ab7e27ba678bd3069de9f51 0.12 MB 204 72
254,721 254,721 000000000000001d3d97831381c6636633593a1f09e96c556c82709a9a2fa4cc 0.18 MB 428 97
254,720 254,720 00000000000000208914ce864368c1bbd1285757a7aa322d76ae5f8d1339087d 0.20 MB 475 105
254,719 254,719 000000000000001d09d35c2de8cabd5e6456d9fe5454d5c1da4e5a1346eaec6a 0.25 MB 629 114
254,718 254,718 000000000000001fa3b094a4d31de98fb1c5d3e3eafb57bafca3ad08b0f7bdf1 0.05 MB 87 42
254,717 254,717 0000000000000038f30fcd80955429abce4b26b2f4f500985bc93eac944459c0 0.14 MB 312 97
254,716 254,716 000000000000003c7e152d76b778b9445317c4c6cd86d62a4ee70c39a33ccf10 0.24 MB 592 112
254,715 254,715 0000000000000021c432ed30e22a29e5d5e0e1beb41830da35d7cef083753bb3 0.19 MB 465 109
254,714 254,714 000000000000000ba80c61d5e878229d3a6f7d654b7897099b17de5a5a350631 0.05 MB 59 48
254,713 254,713 000000000000001effc7dab1a7c39e4feccf8f2f72e35a90b644c317f05c2055 0.14 MB 309 122
254,712 254,712 000000000000002cf6e321ef12c6f91130a1bd3d200c36dae01d487ad29f0c15 0.38 MB 1,042 116
254,711 254,711 0000000000000009f79e885858570fa35c8c9bc8ee3f285402ec28ba85f96d25 0.28 MB 606 67
254,710 254,710 000000000000001d3bd00994a375f0a5b81a3d399eadc30655254c3910647f2f 0.35 MB 820 129
254,709 254,709 0000000000000010c2099c4c76a7867b90bb2d3a212623b274a849831bb62faa 0.14 MB 305 105
254,708 254,708 00000000000000374f080f7125cc011fccf5ff720ecce5599003ef7f41ed7b2b 0.10 MB 200 98
254,707 254,707 0000000000000027a0c01574605b99d56c86cff6bf180154807b29483343ac3a 0.06 MB 149 60
254,706 254,706 000000000000002e9b303d2f51d459701579796328b3d28e89f14705fd333289 0.03 MB 51 126
254,705 254,705 000000000000002ad70290efaab507f1319f2b2aa785a311f2d326ae55d6ab85 0.49 MB 1,081 83
254,704 254,704 00000000000000103566695721030a0c549ce228ebe0dac2aefe6e04e12f1bb5 0.25 MB 646 163
Previous 10 blocks ↓
Total Size: 777.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,545.49 GB
    • Received: 136.96 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.