Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,927 transactions (1.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,598 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,094 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,597 (824,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,226 85,226 000000000006f76b64d7f435b10dff401b75352f40d419ff78a277773a0a0038 0.00 MB 1 0
85,225 85,225 00000000000b095cfc95f5057d9def67f80ac5957f650d942bcddcafcef167f3 0.00 MB 2 0
85,224 85,224 000000000019f0e5320d4e745da12b3752c0011017631290ab5c29f46304907a 0.00 MB 1 0
85,223 85,223 0000000000231dd9d38a053941eb9434ddd5f088c7321b41b3bfe282523010e7 0.00 MB 2 0
85,222 85,222 000000000029099d86835e8770c888c513d94188fee42aa0da14b8c914081f7e 0.00 MB 1 0
85,221 85,221 00000000000bcc0e9155a2f898f3bbf3bb8650cea458d25dd842eae312a7f19c 0.00 MB 1 0
85,220 85,220 000000000027cf012a74f28741093d7415dfb58c9f28c8fa0e623c711bb141c5 0.00 MB 4 0
85,219 85,219 000000000010dbf29159927404c1b90379f23b93acb4692a67afd91b48aafc83 0.00 MB 2 0
85,218 85,218 00000000002ac83687abc5b66c473289cbe8ef06d5a07afb71c5bcec37c8823c 0.00 MB 1 0
85,217 85,217 00000000002b6b7c5aba456cd1f39e4efac2472ed400f370e28c8da4727da824 0.00 MB 1 0
85,216 85,216 000000000003645c3b1abfb04d36f17467e0138e72827cb40fc9fc41c976d159 0.00 MB 1 0
85,215 85,215 00000000002caedb905f1dd580028d07a9cf68004ef2c0dc555a21539a6cb3e0 0.00 MB 1 0
85,214 85,214 00000000000c710b25d4916e9c31066c3f3e26ec2e4e24e4065b3fcfe10e56fa 0.00 MB 2 0
85,213 85,213 000000000015e68b16298b20d6c2da2a3d808475fdb3e24d16309c1bd8c5e905 0.00 MB 2 0
85,212 85,212 00000000001c28488c824903028016087fddac160f42d713f9a986f2409caef5 0.00 MB 1 0
85,211 85,211 000000000025ce41104f753a5c1e1ee60778dc31233d32ec07482790ee37164c 0.00 MB 1 0
85,210 85,210 0000000000103d9f542175c7e7bb761e13b793d63b434a7c6126bd4e83e353e4 0.00 MB 1 0
85,209 85,209 000000000010f28e8c227cf29d38388889087465c03c53aa13378df3f655c593 0.00 MB 1 0
85,208 85,208 00000000000f96c7e7bf8ce7c02c67ed6d93ce14382f3f7c73da7c56b0d7155b 0.00 MB 1 0
85,207 85,207 00000000000d941ddae23724bd27a5c431b60867c283c1ae6b3ebab0452d76f5 0.00 MB 1 0
85,206 85,206 000000000006e95dba96bf040da62bda3249e5c3ee5b8001cb76b0bb990c03e0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.66 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.39 GB sent, 111.62 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.