Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,500 transactions (0.69 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,160 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.68 vMB 2,495 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,159 (891,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,305 18,305 00000000b3642ea00e2fc09fe927511829f9ce200a78de8e4a0c4ba030445512 0.00 MB 1 0
18,304 18,304 000000000c0de87d78b42a700f074b92dcf10f42c839b1646899531660e6e505 0.00 MB 1 0
18,303 18,303 0000000072c552de40703539f1ad3f02b270235586f7848b1af6b66c7fed9858 0.00 MB 1 0
18,302 18,302 00000000f289a61276b93d1e3331cc1230e7294d3f3d7a3d88732951f0c6e2ca 0.00 MB 1 0
18,301 18,301 00000000e30a0825e6dca65a254addbc3690f676a26147034b727b73e870ed5f 0.00 MB 1 0
18,300 18,300 00000000680b8d1dc037b26b1a6a47a696463bde4791eee8778c6812466ba1af 0.00 MB 1 0
18,299 18,299 00000000fc65d1259d7e19b4e2cae3f67a91a24325236863d9edca9f7f4a3f44 0.00 MB 1 0
18,298 18,298 000000001bafb138ebbc261a77c8d810ea55de1fcbbc30b89aad6ad514630b42 0.00 MB 1 0
18,297 18,297 00000000e6580972b91d1562692b93202d61364b214dc8aee0fe35ef3fc7d7e8 0.00 MB 1 0
18,296 18,296 00000000329f79a5cc69c426e1ba7c2fbaafd9849d78badae135d415ebe88784 0.00 MB 1 0
18,295 18,295 00000000ea1d987ba088681d9411695eb8b34cdb4b4b845893a2d5dbb43afcc0 0.00 MB 1 0
18,294 18,294 00000000b77331edcecd2f0168f3ffebe8fb396e369d9c51a704807c764d2124 0.00 MB 1 0
18,293 18,293 00000000595bd2e5f78534409a8756ed66f22fdcb4de2ce0980f5a0c63e0006e 0.00 MB 1 0
18,292 18,292 00000000a211fcba9163a5829d42fd02c7e528f773a3afdf9ae4eba60bee5002 0.00 MB 1 0
18,291 18,291 000000002e7f7dd3c70861efd382514e9650b092cb81c48e9a002941e5ff1322 0.00 MB 1 0
18,290 18,290 00000000a941c80eff0a87f43e9367de72e51f223a7d657811beb4d8b0db89ec 0.00 MB 1 0
18,289 18,289 0000000033007ec61f4cca4b957e058808b7cd929986e6ea7782749a25f9f497 0.00 MB 1 0
18,288 18,288 00000000de99f1eab390e1a9f6cb47757783523515a7a7bc06a8a47ae049a9b5 0.00 MB 1 0
18,287 18,287 000000004b681b08bcdfacaae5218957713b1b413b34756bd5bd4fdb8819e974 0.00 MB 1 0
18,286 18,286 000000001eccb88a3ae61878c6e483340f6c0d77d71789edd007d588ea7850a7 0.00 MB 1 0
18,285 18,285 000000008e09a13a1398100b8d93ae40e95f8d26570d32a949af5a3deb509897 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.79 GB sent, 116.93 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.