Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

729 transactions (0.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,141 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 720 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,140 (819,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,398 91,398 0000000000011006632d35d4d03d79d07df1d62a2aff9f8d001fe43c17b1c693 0.00 MB 3 0
91,397 91,397 0000000000008267474491365cd6663ee9fbee26f03863ef28ffb1a9cba6e5a0 0.00 MB 2 0
91,396 91,396 00000000000799cb5050ccc7b718c27b15344e2f33fe34c9764d98ab7470f1ff 0.00 MB 2 0
91,395 91,395 000000000001dbfa6900a27849b02318f92a10d841868de43419557b59d884e0 0.00 MB 1 0
91,394 91,394 00000000000590999eb41228135c34f59ec008570e473f50d957faf639459f7e 0.00 MB 1 0
91,393 91,393 000000000003f3b54756ce03454d01b8a62dd2ab71b727d301348365fba560c1 0.00 MB 1 0
91,392 91,392 00000000000408d697a84347800f06a0c86e436d52e151e107b5f6162eb7e234 0.00 MB 1 0
91,391 91,391 00000000000ad5f3f45fcbaef636fd2850d23286fd49ee7279ba7694fdafac12 0.00 MB 1 0
91,390 91,390 00000000000e35a89d8fa51c2849611b3f6240b87199e4e2ec8563a264be0b2d 0.00 MB 1 0
91,389 91,389 00000000000b28245ecdcda88c65684fb6ae5fd548a28fb3ace15c9e6f1145b8 0.00 MB 1 0
91,388 91,388 000000000003730062e8119d612ffc34763fb6d4d92ead15a4a078c80bdb4968 0.00 MB 2 0
91,387 91,387 00000000000a5ef3f7a21908df67a09308bf4c51c1b43cb8223daf7b3906d9a7 0.00 MB 3 0
91,386 91,386 000000000004f8388fc204d8a4e69e336cf9c8ac3a1d7e73a725b9545fb5b0d7 0.00 MB 1 0
91,385 91,385 0000000000005851e089bf22cf1765554674a38db962bf2aadb05931edefd114 0.00 MB 7 0
91,384 91,384 0000000000017b5cdbd176e7909d29bcb93b360f9ebf06f0f9754a20e5806930 0.00 MB 1 0
91,383 91,383 00000000000d8859f085a49298ae8e55ebe551df97ce71e0d38f424727087207 0.00 MB 1 0
91,382 91,382 0000000000068981c7fc83a9f2bbeaebb9fe1b7cadc6db61eeebf0fb165cfaf3 0.00 MB 3 0
91,381 91,381 0000000000063eb21a43c3f2a14f1b1dd62f3fcea8fceb974ad715b87b871885 0.00 MB 1 0
91,380 91,380 000000000005ee51326706b3cf7b86b9434b1c7028251fec6d2f6422cb6e08f1 0.00 MB 2 0
91,379 91,379 000000000009a6ee4730396d0bcbf829cfd6f4766000828f9b66bd94d4c2c588 0.00 MB 2 0
91,378 91,378 000000000009c045a8164d724b8489fb0d3cb8e06fb7b1a84bc62663f536db96 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.50 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,374.07 GB sent, 126.29 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.