Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,392 transactions (0.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,469 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.81 vMB 2,387 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,468 (891,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,073 19,073 000000005a1cc5a1f2e1c415d369aa9476e2351c7e447802128b1d81833da8b7 0.00 MB 1 0
19,072 19,072 00000000e38eb9a637f7c7ce89cfc2b62b8d8c726fb372807c5b0364421626c5 0.00 MB 1 0
19,071 19,071 00000000561c85a619e812f62fe99df91f157934d622510882ea6431189c57d4 0.00 MB 1 0
19,070 19,070 0000000046c665aa0385a5f0dcf51e82b2ba2505e716493e33eef48a23c06438 0.00 MB 1 0
19,069 19,069 00000000175ff743ae202cae16b8252c1a134cad0042bb04601302f668c3e917 0.00 MB 1 0
19,068 19,068 00000000553018829e0b29f8a6244651ab15ef16a72467e294a23eff8382e095 0.00 MB 1 0
19,067 19,067 0000000076230eb8fc9d8fe84846428c8a00a0f54661233684ec3c9181174b77 0.00 MB 1 0
19,066 19,066 00000000e97c2557902b54b05b1306e9976281ae7e6335bc79c4ceb2496018b5 0.00 MB 1 0
19,065 19,065 00000000c0936d10455a11e3c28f9d5f3acd8cb1912b9dfb3a07d73b4133f208 0.00 MB 1 0
19,064 19,064 0000000049fa7c710fff95c529d6dae9c9670128689a63e656334a365808c222 0.00 MB 1 0
19,063 19,063 000000004ac81f1b09d4c241d5c82762bb4953ffdb651b096480f348ca3c0401 0.00 MB 1 0
19,062 19,062 0000000040796e92d4c1ff35ad64a7a419c267d16055751e5c10f3f53fbdf495 0.00 MB 1 0
19,061 19,061 00000000cee56c4d581b05b7446c37b85b11e652c2f360c70352299fc56e37ad 0.00 MB 1 0
19,060 19,060 000000008c5b596e3bd2e1c3f34b4427c999c89e569fedfe8e439cb3bd78fc43 0.00 MB 1 0
19,059 19,059 00000000f4b6cee1d80ec3984883ed5db188449467b7364ec5dc576175011143 0.00 MB 1 0
19,058 19,058 00000000030e67a06567d71f0ffb89d2240db4e7582f0024b906fa9c23ff3d59 0.00 MB 1 0
19,057 19,057 000000004ac0266493d9ddc804fdc6be5528d0488ba5c13232733efe7b559775 0.00 MB 1 0
19,056 19,056 00000000989237a867fd64d5c0c5146cba8b82ad5c9df8a6c8c16592da00104d 0.00 MB 1 0
19,055 19,055 00000000c3c2dfecb8d50edd21d9ffaadafcb1e857fcbcd0f9645e680c9090bc 0.00 MB 1 0
19,054 19,054 0000000055e616e016961b43b3dcb32a9e23107c50c9d9a92aa793ad5f7e965c 0.00 MB 1 0
19,053 19,053 00000000f8da46659d6cc788d94ac4c79f2cf4d15fdc788a0732023702cd98ce 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.26 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,242.47 GB sent, 119.80 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.