Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,336 transactions (1.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,553 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (881,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,666 28,666 000000005fc305ce1e6325f1ed5e79e70ee52711598331926f01f1fc330adbae 0.00 MB 1 0
28,665 28,665 0000000076ebfbd81a6ebed408a88f4a3d1f665ab9ed6a908fca1f5332205ad3 0.00 MB 1 0
28,664 28,664 00000000d644079bc7bddde0d2ba15d0935ebd1f88108a03478794eff62392fc 0.00 MB 1 0
28,663 28,663 0000000063dbff8694973863824fe0ec115709c665b7f68cf1c97597a106f5f0 0.00 MB 1 0
28,662 28,662 000000000d089cd1d4247973eadf16564d83a8598e789cf8c9a2e8f9fba64e85 0.00 MB 1 0
28,661 28,661 00000000c3c813c5b0ea9c8f5fc855ad7cc86bda484ef00de32caa6c55974097 0.00 MB 1 0
28,660 28,660 0000000016eb3a23e3c1e1b233726882ccf4488a58dbe38c62d432228862c8cb 0.00 MB 1 0
28,659 28,659 000000008a13dcfee3d29480df39f707313422e3dd4ee1fe001fdcdde3d85e6d 0.00 MB 1 0
28,658 28,658 0000000061b638c53bd25379e1953039d30417f6289baba19ed7c86cb20423f5 0.00 MB 1 0
28,657 28,657 00000000e18e27f2419fef750701c7ff17f35b836f0b8e1442d937b5acfc23da 0.00 MB 1 0
28,656 28,656 000000008b2b0562e1b553afa720175560d9564d4e368e65b78df6e2a7df96ec 0.00 MB 1 0
28,655 28,655 000000004af7ad6ab338ce770c2ec365e1d36c78de5ce7007a5f05a3ba909f33 0.00 MB 1 0
28,654 28,654 00000000721b2029b9d7141a24d2f427242b2a65d92f3f1b710ed94a4710f9f6 0.00 MB 1 0
28,653 28,653 000000003f986056a80ea561dcc1c7b16f5ed6bb10f090072f1c33ef27800ed7 0.00 MB 1 0
28,652 28,652 0000000038702a62653af6add5cd9c9a239db93c08c2deb91d80280da3bb47da 0.00 MB 1 0
28,651 28,651 00000000d8efbcca2d14c4595c6cddde8dff27944cab26f281b1077435544cc9 0.00 MB 1 0
28,650 28,650 00000000ddfd5ce613e276e7a98831f1329b7ff70c8e7d0f0b0e5320ca7aa496 0.00 MB 1 0
28,649 28,649 00000000ed03d5541bfce14e9348954a255d10b017f997d9e1a27534e24db1cc 0.00 MB 1 0
28,648 28,648 000000009b5002b82df905a41ae650b3d85ab22b5b7276890c83af81647abb15 0.00 MB 1 0
28,647 28,647 00000000ed33f4ea02482ac35fdd447a07ad724993e81396794901d05887d2ba 0.00 MB 1 0
28,646 28,646 00000000e3257e78563ba3a5e3553d183ac0a90169c8c8958945409d66138623 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.92 GB sent, 121.17 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.