Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

507 transactions (0.33 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,600 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 496 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,599 (869,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,475 40,475 000000005205a615034df6d321f47621d39153881ff7fd2375a2b29c6a3bfeaa 0.00 MB 1 0
40,474 40,474 000000003702da870cafe989a42229aaa8b6066e5e098442c033bc239e229fc8 0.00 MB 1 0
40,473 40,473 0000000063444201590564efe585abee2b33283f9c2de8cf35bd9ff099719522 0.00 MB 1 0
40,472 40,472 00000000145ab8d4762fadb0e8894b0c189a6f474ef921440d0e4001f3efc14a 0.00 MB 1 0
40,471 40,471 0000000050f512ce62d04225422c429d0a6dccdaa084153deebb94ca89d83005 0.00 MB 1 0
40,470 40,470 00000000328418d13ae20a9879378bcc0e53d5ec955342e79d2b2f71f61416cc 0.00 MB 1 0
40,469 40,469 000000005ee0a935e182655d8d4c45ecb504f88b0f13a7855b31fb1238d04739 0.00 MB 1 0
40,468 40,468 0000000007ab03b67fda23532adfddffc0238ae6ede7415b8d0ca577a6c4fa00 0.00 MB 1 0
40,467 40,467 000000001714ff8404568c9a0fc4a067251ba106102a2b8b7abb3aea4e2c7132 0.00 MB 1 0
40,466 40,466 0000000014df433b327e7b361b9868c981e1a6c76614c7340b2b0eb598735f1e 0.00 MB 1 0
40,465 40,465 000000004c3a79d869a3e198dc2db0a4faade11e9846f0edb1259b7f35e45ffb 0.00 MB 1 0
40,464 40,464 000000003e56c4a61bb93a0447f806b5cb22f7104ffe6539a192972c2ad2ee65 0.00 MB 3 0
40,463 40,463 0000000020e4bfa06dd63b5b27d84f34df399bf496e33989d68b5d87d8a2732b 0.00 MB 1 0
40,462 40,462 000000003e7ec1e015454cb740628264e14baa2ed2c23c410fbefc83376ab12f 0.00 MB 1 0
40,461 40,461 000000004da18e21b68366d3729e1ee56584327c2d959a2d1284ffd85964b01a 0.00 MB 1 0
40,460 40,460 000000001b10a13d37f02acbfe1450f02889df98efaaf3d6673ddb8b7294abd5 0.00 MB 1 0
40,459 40,459 000000003528833d1f1204b6e2e7cf0a2b70f0fd1e45ff072bd433d95a25fd30 0.00 MB 1 0
40,458 40,458 000000003ba16614b999ca1ce8c13b641a16e79920589ee008ce6b9b9258e385 0.00 MB 1 0
40,457 40,457 000000002f2795684989dc4656feb26f24593a22e44588ba3e341f621f13acba 0.00 MB 1 0
40,456 40,456 000000000e6753c6d9b1aabad9035594a17ffc039dfaa054a186720739bbe2d4 0.00 MB 1 0
40,455 40,455 0000000004bd083f0757a083e865b47cf4b00a59b15aafa227fe12482429ac60 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.67 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,098.77 GB sent, 111.64 GB received

Notes

  • This page updates every 5 seconds.
  • 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.