Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,923 transactions (5.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,802 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,906 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,801 (886,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,620 24,620 00000000b70729f8d04ded43ce982865c5916c87b11a7de82445310543e4e7f2 0.00 MB 1 0
24,619 24,619 000000000e1492743be09353cc1b67b6d361a3ceed1ac3b577ce0af56d2f16d2 0.00 MB 1 0
24,618 24,618 0000000039a5e654803b5659e2c2a6b8c0b8badd77fae98f48be39f2b9109da5 0.00 MB 1 0
24,617 24,617 000000009755ca9d434f4800181c26a3884c126665344f1e0d10fff9cfea5805 0.00 MB 1 0
24,616 24,616 00000000995af6e0bb02d70ae2bccabdbb59cdf760f26893de2ef188257f50d0 0.00 MB 1 0
24,615 24,615 000000006afc1843e20ab4748c7eec0894adc872852be265dfdfc45de99f1c0c 0.00 MB 1 0
24,614 24,614 00000000556b0768d375d289ca77014f0a69e46d2e3f3009d8a82f74e3dc9d20 0.00 MB 1 0
24,613 24,613 000000005eff72f3811f94dfecd7938bafc5ba053337da3217c1e4201074d476 0.00 MB 1 0
24,612 24,612 00000000f7502639ea113bad23c00a6b2a61b5c34ef7ef0c08e681abb44dec7e 0.00 MB 1 0
24,611 24,611 00000000845998c9cad51ba34355d7e97b2e25eeff30c8a2537ff5f54b6b7d70 0.00 MB 1 0
24,610 24,610 00000000b01504ec33d7ce054caf8b7ad3df7e71f228dc06d35e2b85219b259c 0.00 MB 1 0
24,609 24,609 0000000028838f79e04869666733811cdc75a6b90537b18b03743900255c1afd 0.00 MB 1 0
24,608 24,608 00000000dba13a7fb1a19eacf4f8abc2b7141f7c0448e3c2de73e5e872828599 0.00 MB 1 0
24,607 24,607 0000000015739a5fd9ad4a50328e56b951b78030c3398656f9f149d21485bd5b 0.00 MB 1 0
24,606 24,606 0000000089851b4f4a2d0fd5ac67cd6a9aac96bb02764733815e7ad1b8500115 0.00 MB 1 0
24,605 24,605 00000000b79fad7acaf6f1f93856c1b3ca1cdc7d31e02b8c0b40d59b1e0f1a19 0.00 MB 1 0
24,604 24,604 00000000f220ce136b12188cdd64c3202e6b96190a4802e2e2ec6b89bd9e8d9c 0.00 MB 1 0
24,603 24,603 00000000d5e1fd2df456ceb4d65119557febff73209214b7fd6dd133f68873da 0.00 MB 1 0
24,602 24,602 00000000e1b903b6215833411e28ad2c87375948d634a5b06fb05d91f7e41bc6 0.00 MB 1 0
24,601 24,601 0000000067224997f5edf4668913b6f56476756068845974d759a6d4cfc983a2 0.00 MB 1 0
24,600 24,600 000000003bc743b6fe89f66993cec154f569664fef66025b0202715f61d85113 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.87 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,297.75 GB sent, 123.10 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.