Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

717 transactions (0.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,888 000000000000000000022cb30000000000000000000000000000000000000000 0.17 vMB 713 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,887 (883,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,812 26,812 000000008e8957ed0c49499e30fd0b1d134856b28d92ff67c14f47c3d4a7481e 0.00 MB 1 0
26,811 26,811 000000000da4bc1986b73dd22c4ed9b135710e2f6889cd3cdbc971b4d20c23d2 0.00 MB 1 0
26,810 26,810 0000000038b4a4b13ce6f761f566622d2d91a0be74b6cf295e0e7a5ac140e2ec 0.00 MB 1 0
26,809 26,809 0000000026768051e65460aaf1868e7296f0599d43b4c1631b9f6fcbc35ce775 0.00 MB 1 0
26,808 26,808 000000008f6f0f2840db99c7d4de1b228b2607def13c166c074b11a3066e4a59 0.00 MB 1 0
26,807 26,807 00000000dce6cf4ed379ea717d73e6c1d91c3e862b917afa485e610c0f28bd6e 0.00 MB 1 0
26,806 26,806 000000008fe4edd192c4f1f6d8b12a4e1f769ea60640b15428bb0f7ed5fe952d 0.00 MB 1 0
26,805 26,805 0000000085811e25709d73805f723e230bc6d686a02b39f0e22ca11b2d204ebf 0.00 MB 1 0
26,804 26,804 00000000b0aba90105c183c9b2f4ea8fca028518c1989159679d6572e1707c7e 0.00 MB 1 0
26,803 26,803 0000000026241c6498de9594240968f7fbd5594826e2b71c86b4816797ec5574 0.00 MB 1 0
26,802 26,802 0000000015a7e37b68969f1cc7ee01efa7e8b76b7bb47c473a27ee702cfd4e20 0.00 MB 1 0
26,801 26,801 000000005494f6a43f7d2f28a1a6354b0702a246417837f19ed3993c22f66758 0.00 MB 1 0
26,800 26,800 000000006c7709d67f4d632a1a5220d925d9c3a9ae00bf42b2365dc0a54a23b8 0.00 MB 1 0
26,799 26,799 00000000b012fb2517eb1de804988145f23b582c3f34e2055438b2462adb71ec 0.00 MB 1 0
26,798 26,798 000000006429c2a29ca1096c74629eebb115218987c91484e6fd8fb3847b16e0 0.00 MB 1 0
26,797 26,797 00000000db38aaa6c7818390558ea272040b72c6d1e204877b5a9a3e3a7a6c7e 0.00 MB 1 0
26,796 26,796 0000000026b2a1ec8a76f46562414ecb23a109892b732083473a50206b0f4bdd 0.00 MB 1 0
26,795 26,795 00000000f69459cae85a83e59b2b8594c4768763e5c938f1852d4c2f236fa692 0.00 MB 1 0
26,794 26,794 000000000b0af5448e846080fc84d47b014601ce1319a3153068a23492cccde0 0.00 MB 1 0
26,793 26,793 000000004289d0adf42a7323ea14308400cc50aa5d8f90abc7f25de0218efed4 0.00 MB 1 0
26,792 26,792 00000000047b9dae9bd356b68488aefe4f4b6a386790b60b7297d36f436bd2bf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.19 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,170.99 GB sent, 114.31 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.