Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,097 transactions (1.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,755 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,311 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,754 (882,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,906 27,906 0000000087223eaec36ef849a8cf07378f2b3ce9d1f35b319090c27ef2967c98 0.00 MB 1 0
27,905 27,905 00000000bc052b78d4e5f7824f57f93525c65b50c0c4cdb72d6b8c0f9ffe6742 0.00 MB 1 0
27,904 27,904 000000004962c7278bb561e642480f8f6440d066b4192f318f6f6b443ee02d0c 0.00 MB 1 0
27,903 27,903 000000001874d6537b4cb4bf34ac86aa1856a0164aaa63b492b400ae1910f9b4 0.00 MB 1 0
27,902 27,902 00000000ba018a3785ba7b18e78307a18a7701c8fbc5fd178fcef1856c151d09 0.00 MB 1 0
27,901 27,901 000000008ffd17327a2dcf8378b1c76a54b7b556a4e1509b8712b411c33d63a4 0.00 MB 1 0
27,900 27,900 00000000c120310eb08d1290ed42183f4cb511c018bf15c8a90f220a369e6ff1 0.00 MB 1 0
27,899 27,899 00000000e302517266fc37ce89016929b0a9fa6920bdb3605ef57c4ae0c1c174 0.00 MB 1 0
27,898 27,898 00000000788b764b29c924ca6c31fbd30fe8e9908aa7aec2e9dac13815cce41f 0.00 MB 1 0
27,897 27,897 00000000be7061b68fba826fe87dab161665e45c1d6f42f36a94e00e6e7c414e 0.00 MB 1 0
27,896 27,896 000000006f4ab37a31aa85ce5f1bc3c24b5d21abef5e9034ca273f486324ee07 0.00 MB 1 0
27,895 27,895 00000000f9ba61454edd653a461924fec1c6b101ef5aa5622c5eb63496c8d6f4 0.00 MB 1 0
27,894 27,894 0000000000ca28e688d6cf1a28b1e7272e748eb7313348ef93c635eda182ff5d 0.00 MB 1 0
27,893 27,893 000000006849588a7722e3f84055dd247e3c7a91be5ec670338d0a10a243401c 0.00 MB 1 0
27,892 27,892 000000003548e694857527cad80f0971838b5b36245412585138df884d0ac69b 0.00 MB 1 0
27,891 27,891 000000008875ecc1ee458fff825193a900672098b2cb3d0952ec3e8d7e639481 0.00 MB 1 0
27,890 27,890 0000000074a358af506f881b795c76688033b85ba53e79bce7ea96a5495c1bd6 0.00 MB 1 0
27,889 27,889 00000000472389271ee4b618eaeccaf2261732c7b9ad667a5cb22b467e04e51b 0.00 MB 1 0
27,888 27,888 0000000014800912cd3d38b5fe1d537c409c1dfa5dde0e0f7b6b381d613074c1 0.00 MB 1 0
27,887 27,887 000000002d1a5a949c83e70f673c24454d1295744e306589de3f04e607790057 0.00 MB 1 0
27,886 27,886 00000000b66d1885fd0ae81332156efb23b2199257253f64da05f6d3abc0a47e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.78 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,294.08 GB sent, 122.53 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.