Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

741 transactions (0.34 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
910,509 000000000000000000022cb30000000000000000000000000000000000000000 0.33 vMB 723 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,508 (856,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,139 54,139 000000000689b07cf0460a1ea2a81f359519e19981eb675e583776b3789a77bf 0.00 MB 1 0
54,138 54,138 000000000215dcf79ae6bca5083dc29801a0d3d44e1d467d7975a4183e156e42 0.00 MB 1 0
54,137 54,137 000000000d7e9cacb93f399330bccc8efbd5393db2d094dc479f63e8b682f164 0.00 MB 1 0
54,136 54,136 00000000082eb1a171a0dd283d86bbb4fdf261724a245a13fa5e09f45739b0ab 0.00 MB 1 0
54,135 54,135 000000000089e31e30216ed5a13c0ae1ec50dd6edc57b26077a0a1e5a625e688 0.00 MB 1 0
54,134 54,134 000000000bbec2d31f08b6be0f5f168a1206cab339ad8d0e30ffc537c4366eb6 0.00 MB 1 0
54,133 54,133 000000000ad290ed9a779b51b6b332259fc4e286dcd41726129c5b7af89e76b4 0.00 MB 1 0
54,132 54,132 000000000725b05aae7409a767c53c15079c18ad9fa7b837e7ef25dca0c6692a 0.00 MB 1 0
54,131 54,131 00000000129a1f0585102fdbe8e4bae3f2ad0aead04e59c5694d0f0cc3516510 0.00 MB 3 0
54,130 54,130 000000000ee6b0a8821125c4f49a19b3bc8bc9f7d14cca1c5431037e49a5b087 0.00 MB 1 0
54,129 54,129 00000000125295aa4e1a81651ac3780d7f51e307899df33fed3cc9e01dcee3a5 0.00 MB 1 0
54,128 54,128 0000000009ee8d69329a3e592ad094992e1cc3284bfc3bfdf55ea43f1e47134c 0.00 MB 1 0
54,127 54,127 000000000505a91058fea84865c5464d389e191240882fb29713ba4a506829b8 0.00 MB 1 0
54,126 54,126 000000000eba2df529e069b6d4c0b02b291915c23917293fcc0c40ebd42633a1 0.00 MB 1 0
54,125 54,125 000000000fb7c7981d2fae703d77591dd9399699289d9e916eebc03f0751c0bf 0.00 MB 1 0
54,124 54,124 000000000dbbca04a298906d6b988ec2a69b6e7c80f2d253122025d74f2c06c1 0.00 MB 1 0
54,123 54,123 0000000012816eba3572c24b4c64a063a6f36c73bc356ec6bfeab6a6b402e831 0.00 MB 1 0
54,122 54,122 000000000d00a55d6bac40ead3cd1dfe243a8a211a6de6973a65aa1c7c5701c6 0.00 MB 1 0
54,121 54,121 0000000004ee838d7bc91ffdb3b460095e02ee7d59a6743d49f9c4718c73a70a 0.00 MB 2 0
54,120 54,120 000000000ef39f3826322cb69ff77558db0a66f73f718ab56eff8a44ffba624f 0.00 MB 1 0
54,119 54,119 000000000e68d4c2a4c7430fc2d013ee6cb65997a4faf7d4f0a638035aabdd54 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.33 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,244.41 GB sent, 120.19 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.