Loading Tool

Explorer IconExplorer

Memory Pool

1,909 transactions (0.53 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 3.11/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,317 000000000000000000022b910000000000000000000000000000000000000000 1,908 0.01473204 BTC 0.53 vMB 2.12
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,316 (878,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,263 34,263 000000007a4cc27a87e984a4146269eee1b0bd938d41bd16e109c4f9d9fd0dc5 0.00 MB 1 0
34,262 34,262 000000001c3b5d1c84e177ad495ef37483d70ee1ac03f56c5fc5705fdc2c9e9c 0.00 MB 1 0
34,261 34,261 000000005f84ff6717ae6a65064ea3d94c151df065f9a5bbd2381c6989f5b047 0.00 MB 1 0
34,260 34,260 0000000021f511e5e9e7b5455461ba5e8db2f6a843bccd3f6770b7efe4f2300c 0.00 MB 1 0
34,259 34,259 00000000237db05d45bd17ccd600691928dc46a7c3cab539e6e7973647a453c7 0.00 MB 1 0
34,258 34,258 000000002f9337a6792a3e3d324e2097da87fb69c1f04eae1a3f7ad5a678f960 0.00 MB 1 0
34,257 34,257 00000000806555e1278b3021d1b76c45e0fa07e682a02d7d44a6cac5af2361e8 0.00 MB 1 0
34,256 34,256 00000000b7190af1ba12b8544410abd65dd9223a4f027976971e98a661ba9bab 0.00 MB 1 0
34,255 34,255 0000000032244d4c290ddbdfb76793687d3ef08edffea3054b13016faacd84b1 0.00 MB 1 0
34,254 34,254 000000002bea28de8139d2c86cb809dae78a2ae07dccf2ae5cdbb1a912626c5e 0.00 MB 1 0
34,253 34,253 0000000013dea11b847e4266e8952dcf0f2d00770706d96ad2afc3ded839d4ae 0.00 MB 1 0
34,252 34,252 00000000129eb25b643204ca2eae0ea9d4949e24dee024f10049c9f092399a66 0.00 MB 1 0
34,251 34,251 00000000824b4488fcda89e11709cecd0b1359c01623b58f57cd0fe3c5dd2467 0.00 MB 1 0
34,250 34,250 00000000164700ceb44add44d99b01861212d508280512c622623d1b60ab38d5 0.00 MB 1 0
34,249 34,249 000000009add3e6c750be4b3e40e95475d1dc917f3665f27412eedc69b31d7bc 0.00 MB 1 0
34,248 34,248 00000000560082e80c5aaa006de3454c16f307234369157393bc69cc73c11849 0.00 MB 1 0
34,247 34,247 000000008796677c054f9d8dce5ad2b66dae599ac3dc9782e7d0bc5ea69f63b2 0.00 MB 1 0
34,246 34,246 0000000002fc6c85cd1a6aad72d8f253ffd905a9cded434f72400f42a3609406 0.00 MB 1 0
34,245 34,245 000000006c37791b8bf859d30377891bcfab8f7c7e60ada5fff104ae3ab00638 0.00 MB 1 0
34,244 34,244 00000000462d8c740478332fb3f0b9191c7226e2cf3b6542d978efc4c92bc408 0.00 MB 1 0
34,243 34,243 0000000028fd1f9b877df04d7e35c7f00d95afe60bbe9f5e7dec4a49cea2a37e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.66 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,542.88 GB
    • Received: 136.64 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.