Loading Tool

Explorer IconExplorer

Memory Pool

28,979 transactions
5.33 vMB
0.01669778 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.86/200 MB

Candidate Block

Mining Attempt a8bb0c48e572dbf1a88a1cb104fd15537af220bf64a7ee6034f81822f6841ac7
Version 20000000
Previous Block 0000000000000000000223d10772a4060d42ab62d0e68443f36e632be3e35358
Merkle Root 8c0cc4140f28965661ce9f0c496f45bdadfb19dc55d3337d47eb97bb68110d6a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 629
Size: 0.13 vMB
Total Fees: 0.00307282 BTC
Avg Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,937 (882,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,331 30,331 000000007fde1db1c9fff4f38c314ba260b7430335fb59cb7da030c0292863df 0.00 MB 1 0
30,330 30,330 00000000ae8e017e69b0787585ecdef2dad40f272462e63d5bb079a98b341504 0.00 MB 1 0
30,329 30,329 00000000114947e66f67b6c162bef0175eb7b1916d0ee38c761b2405eb3c456d 0.00 MB 1 0
30,328 30,328 00000000de09626327d42a2b94823eaf7beadb32ea7f3ec17dd118be83dc71ed 0.00 MB 1 0
30,327 30,327 000000001bcc40d5a2449fe7c38a62d5b530ff1aab9a25a1de9e504b58d3bad2 0.00 MB 1 0
30,326 30,326 0000000009cb2ff04ed0f0101837875eb4b5c73c0d4b1ea352f45400a175e499 0.00 MB 1 0
30,325 30,325 000000009ac5ddd624114e170cdb90f3ab2c434d589bff8bbc6ebb5eb7d4979d 0.00 MB 1 0
30,324 30,324 00000000308eeecb6b2611cf23fd3ddbcd5d2aba3ae697a6cfea6d4bf87e8785 0.00 MB 1 0
30,323 30,323 0000000093101e64602b9dc575e8df038e53e659c46fc7578d0e7d4cad4c6ec9 0.00 MB 1 0
30,322 30,322 00000000e4a01a25f8dcd1dd339b5c9ef6c385a74f438cb9e772b8ca4223d5f3 0.00 MB 1 0
30,321 30,321 0000000025c8850e5be5c3082e5d9158e559fb0f639f5bf985549baa383fcbfb 0.00 MB 1 0
30,320 30,320 00000000173a6f622c299250295cbfad4a8259d25532ef5bdbcbec4d9f21a6eb 0.00 MB 1 0
30,319 30,319 000000003689b5fe3efa195f9f6d86e23545c746b9dce27acf24f8032cb82606 0.00 MB 1 0
30,318 30,318 000000008856f730a07e8fcabd2b6ac02c2afefdc55a3be41989e918d6db27b4 0.00 MB 1 0
30,317 30,317 0000000092d14d838eafb44c53513016c543843be8002e36a167ba81a84cc263 0.00 MB 1 0
30,316 30,316 00000000e738de91363328a303923b24c4eb53545e83abb513d7ad9bacff847e 0.00 MB 1 0
30,315 30,315 00000000eb716e7f90cfccd9aa7000fa1e06ae9f53d9e4c2cfa829cd6485c5dd 0.00 MB 1 0
30,314 30,314 00000000f45204a27f39b553d5cceea327a2fd46f2ff42f1c65fb1de875f33db 0.00 MB 1 0
30,313 30,313 00000000630252cefed5ccb5e976f3468855205419faacfab10a6e0294b24caa 0.00 MB 1 0
30,312 30,312 0000000070d5d9e7d699bcf98ea7ec0b5bd3a72dc3684d12007d212738d1a63e 0.00 MB 1 0
30,311 30,311 000000001bfa3570f047618e4758dd219e661fb6383df7ce7bbe000b9ab6f864 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 335.52 GB
    • Received: 2.92 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.