Loading Tool

Explorer IconExplorer

Memory Pool

6,248 transactions (1.80 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 10.93/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,256 000000000000000000022b910000000000000000000000000000000000000000 4,118 0.03011763 BTC 1.00 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,255 (881,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,111 31,111 000000001000315e95d60da89da610b116f385acda9df5659eeb5aab8881630e 0.00 MB 1 0
31,110 31,110 00000000fb16646045072405918148c57facfded0a1e3c4c9a8c4ab8cda51fc5 0.00 MB 1 0
31,109 31,109 00000000b9334484acb5435a29f34e7e8b86364b8053bd898465af0b34fc11e5 0.00 MB 1 0
31,108 31,108 00000000ffeec57f29c3f3df6014774aa1a2f00114ab16bd26b0d270974cd706 0.00 MB 1 0
31,107 31,107 000000000f76efe4395293c057879d361e36c3a4611d9d79fc0d67c0802abf36 0.00 MB 1 0
31,106 31,106 000000000b7d2547a9248c90aae9a0048676c033375ee7c8d4edd9f5b33040f2 0.00 MB 1 0
31,105 31,105 00000000a03ea9427989bdf0f667deb33faffdd02a5cf2b2d20fa1a5838cdbdc 0.00 MB 1 0
31,104 31,104 000000005c75b316d497e3b858cfdf457cc12dfdb78674f546cb460284e8a6ba 0.00 MB 1 0
31,103 31,103 00000000872f69045a6d16664f3dbdf0ca0c75107914ca1a16848c4d3129990a 0.00 MB 1 0
31,102 31,102 00000000bfd76e803016c7c37e9618c4d51184483df4cfe5fcf54d44a6f3179d 0.00 MB 1 0
31,101 31,101 00000000fdc78c04dc84839a926b8f919305e8e6638ab0b6ae022e922680b3fc 0.00 MB 1 0
31,100 31,100 000000009c8e84c50c683bfc138375cac3ef95a44943578ed1bcf774a95bc0b3 0.00 MB 1 0
31,099 31,099 000000002bda8f71fc94bf386c0fa2a6004c3fa28018fe0eb4c0c9a187487998 0.00 MB 1 0
31,098 31,098 000000009c735a5bd856baa2c2bc9b8fef6f93614ea88aac77e449b86ede7bd2 0.00 MB 1 0
31,097 31,097 00000000e241af391881354c73a4fe6a5a45e47e60d585b2d383bc0e1d0fd8d4 0.00 MB 1 0
31,096 31,096 0000000082dc5fe0253d71f33823111a88c1268445944a1b8110859f7ab0c2eb 0.00 MB 1 0
31,095 31,095 000000006011866c9f40c7d70c56b6f0955b17be64c1a7690f949dbba3d4cbe0 0.00 MB 1 0
31,094 31,094 0000000046c338e13e5b56469599aad39e4f32b7aa002ab2dbcd037df8207dcc 0.00 MB 1 0
31,093 31,093 0000000022c4ff2e12706f2b07107711cf1c9dd752efca462d5935f1ecfccc8e 0.00 MB 1 0
31,092 31,092 0000000051e22acdeb27f6c12a8e83f33a61f2a20850c3e73bae135273d04619 0.00 MB 1 0
31,091 31,091 0000000079426c6251fd4932558212df7fe20ef9e4ed7d5c3aeba4ae50e99733 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.55 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,538.74 GB
    • Received: 136.10 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.