Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,913 transactions (1.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,389 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,523 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,388 (40,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,763 870,763 000000000000000000021f9e89f52b120e647359f292d1e8ee555ba6a95fe069 1.55 MB 6,131 4
870,762 870,762 0000000000000000000191fd057a6a3203e1ff2e997f76d88937f71dc6f8f4ed 1.50 MB 6,119 8
870,761 870,761 00000000000000000000731759321cbc92b40e0cc6eaae507100cd036e56402e 1.55 MB 4,720 7
870,760 870,760 0000000000000000000175789c5f0783b7af6d623027e62faa2e066ff26b73d4 1.82 MB 5,104 3
870,759 870,759 00000000000000000001d61327bd6ae184c763ffffb55efbbf5f1fa09bc752a4 1.60 MB 4,339 6
870,758 870,758 000000000000000000022021cf958a5ce884e13aedfdc734d6b1e77d8bd41f20 1.56 MB 5,855 2
870,757 870,757 0000000000000000000255671f3c0b3a4ad15d137bec25227016e274b8b3b900 1.76 MB 4,707 3
870,756 870,756 00000000000000000001643b7e84539fdd542666b074a5717af36e66b80513f5 1.50 MB 4,315 5
870,755 870,755 000000000000000000016da156b0c150292da4aeaec40bfe6faabff06677c0d1 1.47 MB 3,237 10
870,754 870,754 0000000000000000000113d208d3ab8234007e60d68bcfc88a0ec1be0054bece 1.59 MB 5,079 5
870,753 870,753 000000000000000000012cc133bc024fa6a607cc4eb9b2d251b795dacfc7a5e3 1.86 MB 3,649 6
870,752 870,752 0000000000000000000081ae92f206e097daa009b88be0f99a299b94bd98b26c 1.82 MB 2,555 2
870,751 870,751 0000000000000000000178df2274e2f8bb4164c1d8cf6c06942473d7dba679aa 1.63 MB 6,053 3
870,750 870,750 00000000000000000000ee1616b2a6f3c816c4284efef8ce2de2f19a90266c9e 1.63 MB 5,893 4
870,749 870,749 000000000000000000023b503b9fdee7d39b8d89dc1861118aba9cd041f4c5ac 1.60 MB 4,750 4
870,748 870,748 0000000000000000000191c7d9b6bf9309081af1e618006b33f61af96df242d3 1.57 MB 4,362 6
870,747 870,747 00000000000000000000710eb524683030594356361a24dbf778a5fd76e86c6a 1.54 MB 4,277 11
870,746 870,746 00000000000000000000430aa4f5ac7c6e108f78c51ee7da319fbcfeb4e05a73 1.68 MB 4,295 2
870,745 870,745 00000000000000000001cec44e2ba9260a876550fdb7f65a5443152dc0622f39 1.72 MB 4,081 4
870,744 870,744 000000000000000000001a6e5a39a321fd834df491912f5c38e2d34871b0933e 1.71 MB 4,856 5
870,743 870,743 00000000000000000001946009e9dbfeb745a890b215e11ccc891d3c30a171c3 1.76 MB 3,617 4
Previous 10 blocks ↓
Total Size: 775.96 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,403.22 GB sent, 128.61 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.