Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,953 transactions (1.25 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 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
909,910 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,224 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,909 (895,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,726 14,726 00000000bbaa8db187c157be510352fbb62e4a7483fd6fbbfd2e85e28a52d4bc 0.00 MB 1 0
14,725 14,725 000000004f1955830bf65b1f019d4318170e27350acc408d9865a2bb7dbfd1f0 0.00 MB 1 0
14,724 14,724 00000000528a4c471cfb7a10cdb130c9a7235fb20d06de20c43404c87824cb6e 0.00 MB 1 0
14,723 14,723 0000000082d5e4346ecfeb40c7433dfda7d46a26952afd5234a387259b30084d 0.00 MB 1 0
14,722 14,722 00000000cde1a95cb95de4ed728049de4be27d382e5188167b6a974d2c57038a 0.00 MB 1 0
14,721 14,721 000000003c04e87c4659cf1d0da9a0bdc8557e9e70a697d68affaf58fc7f5846 0.00 MB 1 0
14,720 14,720 0000000015e91c5171faa9e0a26a754eb8bb8fe287b09d63e18f04bf1528f06f 0.00 MB 1 0
14,719 14,719 0000000078fe68bcdf52d895d68d6314d3125d3d44a281ce6cec8494192466d9 0.00 MB 1 0
14,718 14,718 00000000e8ccf994e2b86ccdec788b3400563fe352b496a02ff76aa8b76dacbe 0.00 MB 1 0
14,717 14,717 00000000c5fc43e32cc8b904c73d8a641ad90c6115558ee5bc2a27e5e35eeb8f 0.00 MB 1 0
14,716 14,716 000000005b737fef81dce17099315266527f08aeb6440789714d611fac5cd452 0.00 MB 1 0
14,715 14,715 00000000d9e19c87cd35c198590ab4a16c5f947d1a81b08a74a4619aa6626099 0.00 MB 1 0
14,714 14,714 0000000010ee7acc51237cf0cc3c697edd390576a829bbb26395160d1ddfb79f 0.00 MB 1 0
14,713 14,713 0000000093f004b4d37061f6937b9badd8bf482b9a8ef2ca0247872acebc9490 0.00 MB 1 0
14,712 14,712 00000000b3e0d9e5ff233200d477da85248be1e4d2270f41a5cac7efbe450d62 0.00 MB 1 0
14,711 14,711 000000007a2d0a37a1522a97e2d5004dc795d1c771a2d02a0a205c1d399e9bac 0.00 MB 1 0
14,710 14,710 000000009c99f1ab8993ce02e8af2073c025d526e5e76219ed0a118d8e6854e5 0.00 MB 1 0
14,709 14,709 000000006b1859bc0fdb6779be3b61c57e1ce71e6275dbf52e30afc0e8ba01c2 0.00 MB 1 0
14,708 14,708 00000000e16f626fbc888933a686e2d775953f1538f46ba8433403adad016e87 0.00 MB 1 0
14,707 14,707 000000008f7c1d314f4099c52dac1d06376bfcc9db39f8b68c3c31dd9890d618 0.00 MB 1 0
14,706 14,706 0000000070f00e2e1c634a4eb65a4872b7e5d7f80645f8a0e125de5dab334a56 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.23 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,172.56 GB sent, 114.54 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.