Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,195 transactions (3.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,565 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,449 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,564 (846,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,948 62,948 000000000a5e8e8f9a10d3615c4c22cae977a45eb1409aabe9d3b4021a268f1f 0.00 MB 1 0
62,947 62,947 000000000a62df08254b0eff5f2b92f9fd38ab9af8450cdf7646a9a72dbee112 0.00 MB 1 0
62,946 62,946 0000000001e4a36a7fc6da2d84a1f1c0e148a3a2e092a5e6411633109b5a2221 0.00 MB 1 0
62,945 62,945 00000000085f01231864f6d6d9a48c1c34c7418552da5e95fc0b262c190618b6 0.00 MB 1 0
62,944 62,944 0000000003044207153b70e65e991b197368e1ec4c69258efd0bc948afe8bad5 0.00 MB 2 0
62,943 62,943 0000000005dc3da2133a5f0125df1c91b5a53b21ead907797db2539df08df822 0.00 MB 2 0
62,942 62,942 00000000079f1020f581722767ec55e8d07d80e22018e24eedb73a98894b5a69 0.00 MB 1 0
62,941 62,941 0000000001822806be0ace11c0d51e1eebcac95c085310795b09fb91995a575b 0.00 MB 2 0
62,940 62,940 000000000a8e4c151715fde7440d8896e2f512e5f06cf58f3ec87eb1653c2a8a 0.00 MB 2 0
62,939 62,939 000000000b704cc35056b69cc78a4f3db2e99b7bb766dc2097ad944e0830ecdb 0.00 MB 1 0
62,938 62,938 0000000005a7dad08b940847e17db7337b5ab9c9a2fda0829e7616ab272d2079 0.00 MB 1 0
62,937 62,937 00000000042035d0f2966ee91229c5db93584a5adee0b5350794a0d586bf2cc6 0.00 MB 1 0
62,936 62,936 000000000cd629fc7cd77ff8284b074f2e36c62760937e8f85fa8b0f41211dd7 0.00 MB 1 0
62,935 62,935 000000000728c346c6f7cc479091cc480be5ff89a52d8e8eba3a07eeb0b6494f 0.00 MB 1 0
62,934 62,934 000000000c8911b55150a27d0a7cad347613621758653bb010c923463666879f 0.00 MB 1 0
62,933 62,933 000000000514184d7051b5d4199d3968cccea6e568a3f55c3c59276ca8aa8d71 0.00 MB 1 0
62,932 62,932 0000000009847e43cb1bf145ea7d70ee0c7979f2fa6a060a9267a2576edb7fb1 0.00 MB 1 0
62,931 62,931 0000000004005409fc44ea03b8be417aa500efe8e901493f7de77ef7d822ffca 0.00 MB 1 0
62,930 62,930 000000000687e91b332153eafef01c6e28a72542a07fcae87043336e8c207aaa 0.00 MB 2 0
62,929 62,929 0000000001a0daf1b4ede2eb1f5848e1c65ce19c84065c083a64f412328f2474 0.00 MB 1 0
62,928 62,928 000000000a8ef8c3cb4a4e1b4894b33e111b4c98fbb1a87f94cb047dbc06b6ed 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.60 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,089.99 GB sent, 111.27 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.