Loading Tool

Explorer IconExplorer

Memory Pool

1,792 transactions (0.59 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 3.33/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,294 000000000000000000022b910000000000000000000000000000000000000000 1,792 0.01666932 BTC 0.59 vMB 2.28
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,293 (863,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,401 48,401 00000000194e12cd9c864b24d0fb45c98b4ba1a52c67c35e2905364e8753f9a5 0.00 MB 1 0
48,400 48,400 000000000b7c5c4bfd4faf02d647b53740520be0c38c2f9e3bc600c6dab3408d 0.00 MB 1 0
48,399 48,399 000000002123a23128ff762c70a7871862b17c54e877ec16860c571d6539bb6b 0.00 MB 1 0
48,398 48,398 000000000884b16afe2d5b7c3fc5270dee24b50c92f71a25b669e6ca68842825 0.00 MB 1 0
48,397 48,397 00000000238f24bb1d23cbd8f8789ca0451103163b1a51cc804caf44e317494e 0.00 MB 1 0
48,396 48,396 00000000063946f8ac6469a6ca18d3e7e21d289624b4da62dc0ea639c4cfd254 0.00 MB 1 0
48,395 48,395 0000000017e4240f29632881143289cac62b4e868559a29e9d9121af8ffe3ebe 0.00 MB 2 0
48,394 48,394 000000001dfcbe2f12c13cef7c21d14e988e29a6e4a3614e1cca218ac6a10949 0.00 MB 1 0
48,393 48,393 00000000244665f99c7f755115693646e6b16e82ee9a06f8049c9193124c8904 0.00 MB 1 0
48,392 48,392 000000001720e8dcf250d5f4d561f8448e734bd5575dff6c0e80bc950df01156 0.00 MB 1 0
48,391 48,391 0000000007182ebbed6b2d4cfc12d03c0605bc596aedaa6cc017d1b7c018286e 0.00 MB 1 0
48,390 48,390 000000000bd4c98d644de4ce86b0291e7757337e8b1e3efee546ee130d70e33e 0.00 MB 1 0
48,389 48,389 00000000251c906b416997ad3fce2f99037389decf078dd21d4d97bc108e9342 0.00 MB 1 0
48,388 48,388 0000000016638840752d368e9e4a3c471efdb73f50be3164ea6ccb51263c65da 0.00 MB 1 0
48,387 48,387 0000000004a7835e16b774070cae8eca9ad2046c2f9cf17a7d949fd5c38ce53d 0.00 MB 1 0
48,386 48,386 0000000003c47aa801cdf7fec9d686a63e225a93826a7a0acb19339265e8948c 0.00 MB 1 0
48,385 48,385 0000000026bafc511906512b760913a7967cb83bfa5036449cb7bd48afc2e7bd 0.00 MB 1 0
48,384 48,384 000000000f8bad9641203f9d788e72d55ff164f1a62a3e230df6f411f7d7d8fc 0.00 MB 1 0
48,383 48,383 00000000103226f85fe2b68795f087dcec345e523363f18017e60b5c94175355 0.00 MB 1 0
48,382 48,382 0000000035afa55f661c22551b5bf5054b7d95ba053bbdf242097b66a688aa76 0.00 MB 1 0
48,381 48,381 000000000f8d7cc18fd556a879f10734d6eee71cb3feabe88b07a63b932b15f3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.62 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,541.22 GB
    • Received: 136.44 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.