Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,369 000000000000000000022b910000000000000000000000000000000000000000 734 0.00576637 BTC 0.41 vMB 1.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,368 (779,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,446 132,446 0000000000001173d41398a68e046f8912ac5b01e2a6ba532d43a01f5275fcea 0.00 MB 14 15
132,445 132,445 0000000000000602779cfc90536ccfc21873dc5ae8d60096669c0506c2d1218a 0.00 MB 16 448
132,444 132,444 00000000000009418167c439c54a5fae653ff48b1313e02e17f7d7b0c06ac798 0.00 MB 6 2,214
132,443 132,443 000000000000041f8d0dca8da7387710af51c4382de5a4737f35bce5369fe3b8 0.01 MB 23 183
132,442 132,442 00000000000003e4765d40554e0138778eb2c173e09e1170fafe5836f9e3bfde 0.00 MB 8 528
132,441 132,441 0000000000000f2a5cc16efa0c023b9c6ab7765ace8b53d4720b9d7b5326e314 0.01 MB 28 348
132,440 132,440 000000000000076d262c2e6937dabe0f0d16c9419ff97e6c349d167357010bcb 0.00 MB 12 1,083
132,439 132,439 000000000000065e62b3195e6b967343526562a1d28ea1e5c9e00ea39eca8da9 0.01 MB 28 705
132,438 132,438 000000000000035de124abda8934ab9b57083a45d67e013bff459f309a3b54a0 0.02 MB 77 38
132,437 132,437 0000000000000db04d6465f023b5cb5f8464fe4de2ca53c83eedff290188ec15 0.00 MB 13 652
132,436 132,436 0000000000000811228c6ba8878c3afd84473fd0ca1b18c7456b4960ece6ef8b 0.00 MB 13 652
132,435 132,435 0000000000000c3762fa1fd29b95ca2b6af3ced55f15f1eb2efbec4d19d8c5c3 0.01 MB 28 527
132,434 132,434 0000000000000a2ea32c5dd30ed1e20f72ba39bc49706ceb8978c32731d42cf4 0.01 MB 23 297
132,433 132,433 0000000000000d8984654d995b27bedd6e83c84575a838c469f60ffbe15443a4 0.00 MB 1 0
132,432 132,432 0000000000000201a7fbf349c40fa08b5e95522ed3e6843aa2e1f1631d571834 0.01 MB 30 439
132,431 132,431 00000000000011029beb82305b638b8cdad71985a56f1b7b63fe3cc6c0d1a728 0.01 MB 25 171
132,430 132,430 000000000000111d98ab28c3304464af997c0da4a03827208e2bc98bde49106c 0.00 MB 7 303
132,429 132,429 000000000000020d23696104feef896bc81a2cca7ea764ce22cd9bd8a87ded0c 0.01 MB 24 838
132,428 132,428 00000000000001ef5962e06c250b01c13698143de645fdaf7256b5f473931970 0.04 MB 85 87
132,427 132,427 0000000000000daab330d4f0fb652bd809719f9fa745e204004c85aaa36d8dd3 0.00 MB 12 2,223
132,426 132,426 0000000000000dd039d9d305c7bb980ce92f9243d5683ad54161168e9c61e4c9 0.00 MB 10 250
Previous 10 blocks ↓
Total Size: 777.74 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.93 GB
    • Received: 137.03 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.