Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,355 transactions (1.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,623 (880,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,871 29,871 00000000c53f15c332462cead592b05b992f5e68db3f13523751ec7228c7cdae 0.00 MB 1 0
29,870 29,870 000000003441786aec703cf1295ca0eaa948c7879cc4f5ad051f68af88662726 0.00 MB 1 0
29,869 29,869 0000000041225c169f7d654a49cc3ae3b52c10517bc84dc75c330f511cecf80a 0.00 MB 2 0
29,868 29,868 00000000e7b7744a1933a22692d23725213e55e37036bca4322d8fe2a91a7e20 0.00 MB 1 0
29,867 29,867 00000000ddf5be2c2034b4e3fccb66e2a292d14d906c50bc01e167fa278575fd 0.00 MB 1 0
29,866 29,866 000000000c5db10eab56c42defe01e21cebc58057013dbc546e248390522905c 0.00 MB 1 0
29,865 29,865 00000000adbac09bf6f583ccb7596c0192521aa282fa8b01c80d2cc742041cc2 0.00 MB 1 0
29,864 29,864 000000006df0ed9c9ea50fe6cd9b6dcec33c9d0de8f6269fe521eb88d258b90d 0.00 MB 1 0
29,863 29,863 000000008a975b85fe989644def5b673cb35263e68f421c524573e764ee96029 0.00 MB 1 0
29,862 29,862 000000001a6a6fa316909c5f011b407b36e961401bcadd81bd8273cc999536bc 0.00 MB 1 0
29,861 29,861 000000000e94a9bf5f683738d5ecc23c720949f328b951bb02f3d432485c3a56 0.00 MB 1 0
29,860 29,860 000000004722b2a35483a02900f011dc8dc6fb2fd570b2db814524e03904ca1d 0.00 MB 1 0
29,859 29,859 00000000757a91ff494c5e32544d71748162cc83a931338cc6473ddbb14a2801 0.00 MB 1 0
29,858 29,858 0000000018d8d0783c755f57d37c129007d6a911f0f762f8f57489a7c27bd241 0.00 MB 1 0
29,857 29,857 0000000019cef914c5c324aa0be89bb982d7b6929f819cab6663985bc863ddbf 0.00 MB 1 0
29,856 29,856 0000000016c60d87fb0c781f4637f82064dc1964bd26eb76678f8211455b04e9 0.00 MB 1 0
29,855 29,855 00000000e53552ac1ccee248c7548113c4b978f9ed74f0d694b664312dc8b769 0.00 MB 1 0
29,854 29,854 00000000cad874ae8f1b7da43bc21cc2bac19e4f22756b905cfb6063a36d72ca 0.00 MB 2 0
29,853 29,853 00000000f403170c9f19ef9eaccb0c536753fa8b71db2587d4379dae89cb8823 0.00 MB 1 0
29,852 29,852 00000000c23d02f119cd02c894193ce12cb742ad4d0beb2dd417ce689665e7b7 0.00 MB 1 0
29,851 29,851 000000002b27ea2d52b62977a6350f1aa63fd35c3b6ec2b42e199d2939f9bdb6 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,259.03 GB sent, 121.18 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.