Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,461 transactions (0.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,102 000000000000000000022cb30000000000000000000000000000000000000000 0.46 vMB 1,455 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,101 (819,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,500 90,500 00000000001104f5d1435ec5b7102bcfd8f048e7c1e2a793c9d21a5d97428c01 0.00 MB 3 0
90,499 90,499 0000000000023d7b670fa70bfe726e89d7daba6b705dbd1263319b99dca81d2a 0.00 MB 2 0
90,498 90,498 0000000000072c61b3b0e48612f3f432ce3795162c00e0e9940c3275bdcaa2cf 0.00 MB 1 0
90,497 90,497 00000000000da2a1261e5cec2e7d2993b22dc4a0e89e6c8371a0440db6a2078d 0.00 MB 2 0
90,496 90,496 000000000000b9b3a7d31c811c134793af9483b0e3704da3896356ac690b766f 0.00 MB 1 0
90,495 90,495 0000000000115a0b62b7f458613747faee5278d041d957efbf1ac7d9dbaedc5f 0.00 MB 3 0
90,494 90,494 000000000003a60546a1175c9dcca6b54dfff5296285eb5ee16572156334fa45 0.00 MB 1 0
90,493 90,493 00000000000edfd8efa992c68c23476984b40be4cb0c1062f50920b7a9795621 0.00 MB 1 0
90,492 90,492 00000000000ecd1591486b4917bc684733bed4bccf63424d0513ff8cf33c6d73 0.00 MB 2 0
90,491 90,491 000000000005c17ac3982926a2d881b47f3a089dc93905254845413375814e1a 0.00 MB 2 0
90,490 90,490 000000000008247ecbf23343d9c859db9099279b2355e8b58c0183621d6a4849 0.00 MB 1 0
90,489 90,489 0000000000037e60a6e831f9e362ad6d5e379d9d612d78a5c362eb39a1a34d91 0.00 MB 3 0
90,488 90,488 000000000009e7d10be3e00511b3eaf4b7308351f930cd75115c296a7b3ffbc8 0.00 MB 1 0
90,487 90,487 00000000000df5f7bf98e10dbeee80794ec2297ace53fe3cae3c79662ade098b 0.00 MB 2 0
90,486 90,486 000000000013504f3a4493f1e3491622fda5e6d203787376728b1fd5cd7a8d5e 0.00 MB 2 0
90,485 90,485 0000000000136eefcb677091f0afea15bddd9580ec0e2df06cefcc308371d69d 0.00 MB 1 0
90,484 90,484 000000000006c52b23417d47f75f40688831af592e6cfcf36e2c7e3d9d3f1b73 0.00 MB 4 0
90,483 90,483 000000000000ff53567d33bcfdcf4ddb51f9d3488ac44d2b1fde6c7884841b5a 0.00 MB 4 0
90,482 90,482 0000000000065bd35dcaf3dd0f2839ec3951fff25b28d743cf811f29b01649a4 0.00 MB 2 0
90,481 90,481 00000000000eebb145715d292ea62de16b95e6b71458e5af53f97e12f4e32bdf 0.00 MB 1 0
90,480 90,480 00000000000f9968dccf0eaa45509ba28b3af00081f7395a95b56b30571c0e3f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,188.25 GB sent, 116.35 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.