Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,380 transactions (0.41 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,327 000000000000000000022b910000000000000000000000000000000000000000 0.41 vMB 1,374 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (429,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
481,607 481,607 000000000000000000c9fd92879de6a7eaa6b58bd4cc3d4fb2934f47fa0239d5 1.00 MB 2,413 368
481,606 481,606 000000000000000000d2751829a4b8a00d6c0d172e2eec6be47485a965ae7f65 1.00 MB 2,024 325
481,605 481,605 000000000000000000777040a0c835b031dfe9a6da99588fd875e5205da8f952 1.00 MB 2,186 404
481,604 481,604 000000000000000000091f442014695ba094a1c762c202815d17a38426897d2d 1.00 MB 1,531 324
481,603 481,603 0000000000000000010251a0a61a7108bff313f995c5d480e334559ced2ab673 1.00 MB 2,411 412
481,602 481,602 00000000000000000123acc5178e5332b6204442622e6adbd4fa7558980babb4 1.00 MB 1,768 336
481,601 481,601 000000000000000001100a3ca1a0f38eb2f1a931dcd83b8776151495aafc44b9 1.00 MB 1,532 286
481,600 481,600 00000000000000000029ec9f5c335453ed37d0f458c455e4e956e74a950962ab 0.99 MB 2,538 395
481,599 481,599 00000000000000000038d3da308e1c939abecb3ac86c116e4ce2b00573557472 1.00 MB 2,198 400
481,598 481,598 00000000000000000003b2f04526da11ce4f75a37b1130573964b1a73cd125a1 1.00 MB 1,965 342
481,597 481,597 000000000000000000a8b7a22856ac09ed04b0b4a928e60e57ea6bd06220e8ee 1.00 MB 2,105 306
481,596 481,596 0000000000000000012f364c918c2eb9a4e9608d1205b970a9e133146a81564b 0.99 MB 2,308 289
481,595 481,595 000000000000000000fbc072e2e296a4fff6caf961dfc48b7edb0f47f5b9c491 1.00 MB 2,522 315
481,594 481,594 000000000000000000eb605e8c33c125655baeeafbff5cce6370e240a16920a6 1.00 MB 2,573 324
481,593 481,593 0000000000000000011ec47e82a202c0cfd341fa92e9dabb30c63e3d841659ed 1.00 MB 2,067 365
481,592 481,592 0000000000000000012472b9036fd50b7376ee4a26793b97129236b56dca82a5 1.00 MB 1,831 365
481,591 481,591 0000000000000000008cc676339bebd15a7f4c22fb168e8426d61ef4e392fb30 1.00 MB 1,787 372
481,590 481,590 00000000000000000013aaab53f8b8d913653bf1e8f0f054412e6b9bdaa25893 0.99 MB 2,229 358
481,589 481,589 000000000000000000d65f1039d10c3becb8ee1a252b4df1534b391a1246adac 1.00 MB 2,007 367
481,588 481,588 00000000000000000021cdc0f790feacd141bea93519c8ea261ed2a3bb1ef881 0.99 MB 2,232 375
481,587 481,587 000000000000000000793ee01f361b23f3d30bef745fc0f6c12c5699104754f8 1.00 MB 2,323 393
Previous 10 blocks ↓
Total Size: 775.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,399.74 GB sent, 128.06 GB received

Notes

  • This page updates every 5 seconds.
  • 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.