Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,096 transactions (0.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,734 000000000000000000022cb30000000000000000000000000000000000000000 0.78 vMB 2,089 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,733 (862,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,307 47,307 000000002759aa9202bb5cf0828a12479313fda018386512ff5c11389ed68acd 0.00 MB 1 0
47,306 47,306 00000000157f18c44ebb98ab8b9220786d353182424fd2b059f7539d103f8932 0.00 MB 1 0
47,305 47,305 0000000009c33c88ad87ebf3eb1d1385f13c36d0a068e7663db9eabf8ef3c3b9 0.00 MB 1 0
47,304 47,304 00000000032e1472236e3a91fb531d560a7ef741f819afc85b9e54ab8fe50814 0.00 MB 1 0
47,303 47,303 000000000ee0bc82e1fb8df487cd58faa0fc7bf88ef4dd98ea5ec762c05db38d 0.00 MB 1 0
47,302 47,302 0000000001767b758cde45c55ea803b70e9f1be92998571ad07ff3dea250e705 0.00 MB 1 0
47,301 47,301 00000000254e60cf8848c6c6221e7ec82e70441ef83bc35ae4dba7e4fde5b8c7 0.00 MB 2 0
47,300 47,300 0000000029e19b318b91d6dfee11cc9f6ef07244e5032e0d4ebcf119bd91a913 0.00 MB 1 0
47,299 47,299 00000000374fb2efbf85293bc3cf0184d60c01758613ef55668ce8438483b90c 0.00 MB 1 0
47,298 47,298 000000001998ff7a696ac04493a7c6f7f170c45855957200db1dccfedd9b76f4 0.00 MB 1 0
47,297 47,297 000000000cd7448449f700069e966624f24996473d698c642e535416a96538f9 0.00 MB 1 0
47,296 47,296 0000000005ebb1b46d73a790dc9cd87c1770cd1dad432fef37704ef824cc2e70 0.00 MB 1 0
47,295 47,295 000000000596f6bc1ce83ab698bb58f8c066b46135eda8d2045173ff900604c2 0.00 MB 1 0
47,294 47,294 000000001432577525aca4afb7fc799ebd74db71a77b86b04f31fe43ba717b50 0.00 MB 1 0
47,293 47,293 0000000030918626471ff3bf9fb68d80b95c11fe17e6c26fb0d26c5d5bddec3b 0.00 MB 1 0
47,292 47,292 0000000029a2a36a37403adb7b4eb3c3fc608f5182a986a4d91924942dea3850 0.00 MB 1 0
47,291 47,291 000000001a32a26acd12e40c6bd6eab48061159e2df99a56e55a9c5ce212f318 0.00 MB 1 0
47,290 47,290 0000000027fb6a8dbea9c076742384588f3ca5f1248b002580a5289df44d5118 0.00 MB 1 0
47,289 47,289 000000000256702c507d570c09110fd0d00527bd976264c0157d9076142515f1 0.00 MB 1 0
47,288 47,288 0000000037fc52b4ebe8c2e28250311d8f806dfcd867391cb0ece196e7404547 0.00 MB 1 0
47,287 47,287 00000000226013da5e9b69d9135077dba5787e4a8e429cb16d9004f1bf8d8d27 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.92 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,158.15 GB sent, 112.96 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.