Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,243 transactions (0.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,126 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.68 vMB 2,235 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,125 (876,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,405 33,405 0000000096b964bbb2de706d64aa9e15d88357588f97551df6f20a2567554161 0.00 MB 1 0
33,404 33,404 0000000004763dcafe5f903d3912c7d57b5334ae844a9ee49a4dbf9de0a25951 0.00 MB 1 0
33,403 33,403 000000007736b24fa57ac43c8669310285a4321abb898a83364d5dea1a865b28 0.00 MB 1 0
33,402 33,402 000000009a70ad63c14325d2878f055ee4185b4d316efb1fc7af27029666e548 0.00 MB 1 0
33,401 33,401 000000004effe50e92a57ac4ff69e24a4a8ec722936cfd3045f927d3ea080afb 0.00 MB 1 0
33,400 33,400 000000005dac67ecccc6134c3218302a014e60b80aa2695a9874e35958c79f02 0.00 MB 1 0
33,399 33,399 00000000b0969649329bf543d8b4bf1e9260046d7f3945b9db2152b0d4746bff 0.00 MB 1 0
33,398 33,398 000000007e355214c51c4f00b8f7f45d2015279ba0aedc2fb94e16291af63195 0.00 MB 1 0
33,397 33,397 00000000b5ed39957b69f4e6e29c81060967fe90053c76ae716e5bb5f11629a2 0.00 MB 1 0
33,396 33,396 000000009dfd62f98fc9ff0dd4ef7f5d671877c4ffe85f05a9f8861d98bbb09a 0.00 MB 1 0
33,395 33,395 00000000c2dc35ac3e1017c02bf1f58da0016e47acbf3d9d605ed72d65da7d6e 0.00 MB 1 0
33,394 33,394 000000001293803a54a7d077334b8b82b6d6cfbe32de140e419dde499c8b67cc 0.00 MB 1 0
33,393 33,393 000000006d11526c587ce9375db0772f6c1978fd266a9c7594415931641cb2cb 0.00 MB 1 0
33,392 33,392 000000008946b5dfecacdd6e54aefb450ba53d7264b6081d44c402070c49b834 0.00 MB 1 0
33,391 33,391 000000000f8a7861dca42041ca536ab2fe4710661ac8fc20ec9b877de5989698 0.00 MB 1 0
33,390 33,390 00000000a193ef6067b4e600bf036dd9c04d15ec1f4c9e5d5844f86b9262a0ee 0.00 MB 1 0
33,389 33,389 000000003ab87037294bc3f62f3b0f1a89a47befe498f534abaa18a10b8011fe 0.00 MB 1 0
33,388 33,388 000000009b8f6cb8b0dd287d03e34c9b816a64d610966b64b3bb4069e7f6686b 0.00 MB 1 0
33,387 33,387 000000005f29d5e44d771aaccd489f3dd00c0d34b2077cad04771356c5f9e5e6 0.00 MB 1 0
33,386 33,386 000000007e03fa550f583fbbd0871ad219a7c1d34882cb96818d497824763ff0 0.00 MB 1 0
33,385 33,385 00000000d85cbeb7820c649639903f91ec44877731870dd59329f849ac93d9a7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 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,191.11 GB sent, 116.60 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.