Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,232 transactions (0.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,019 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.66 vMB 2,229 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,018 (846,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,198 64,198 00000000041a4c232c2e315af6d6bb9132d8968021d397846fdf0da0166e2550 0.00 MB 1 0
64,197 64,197 0000000003c6bf10080cc9b457d8e6df610db1b27d3a50b00d403c01f8ba7f08 0.00 MB 1 0
64,196 64,196 00000000089eb8b766d5d45640b130c243093f77e1d583adfb05eb55a0234233 0.00 MB 1 0
64,195 64,195 00000000034434de5dfdac5dadea5e50a38d9366f8b1c98db0ff1ef453c1d171 0.00 MB 1 0
64,194 64,194 0000000004aa4ff7e646698bf55059cf258552a3695de5ab949b86729db71dbc 0.00 MB 1 0
64,193 64,193 000000000a02b287934af970a321427ff2a8213b175b5cedcd7826420c35fc53 0.00 MB 1 0
64,192 64,192 0000000002f4b92fe9816fb859126774c5917a8c80b2349b11e90a4530cee273 0.00 MB 1 0
64,191 64,191 00000000022264faacfcb565680b9d905d8aaf1308543a4b9aa9102526c3dbe4 0.00 MB 2 0
64,190 64,190 000000000d1ce8e92547c1c53047b9bcfc0c408f41cac2eab3eb9d69c25e4fee 0.00 MB 1 0
64,189 64,189 000000000c8b515f223bc0692e0fea0ec43a1b16929128a76d43edf97b7069c2 0.00 MB 1 0
64,188 64,188 000000000b57997d2f5232d2af79057eefdd66d80cb0b02a40becc9267ea9f52 0.00 MB 1 0
64,187 64,187 000000000444c2fd40cf750ee8dcbb3400c6508e1ab8ef1dc98a6d1bdf76d1f0 0.00 MB 1 0
64,186 64,186 00000000067bd53e5e8e229f1c486cfc3160a376f283980c5aca7b3c95b29f39 0.00 MB 1 0
64,185 64,185 000000000b0cc4923b496e515c9a53a67b1af9ed26b681f30abd454d01464697 0.00 MB 2 0
64,184 64,184 0000000000e8072925f716780d373e63d609dc6795cf42f8107940af39645633 0.00 MB 1 0
64,183 64,183 00000000060217bfc3f7f19cec5d07c41b38889212d4f2e01cf21c362259bff5 0.00 MB 1 0
64,182 64,182 00000000053da55f0177ff1728e20c389c63ad6137a40729c329159a89518504 0.00 MB 1 0
64,181 64,181 00000000079c37282e94c160f0222db3599691a47087117aa3c6fa57108fe7f9 0.00 MB 1 0
64,180 64,180 0000000005d9d744e3a3fc9ac74e487aa77582599e5e613a61ef4e7ee2d11c8f 0.00 MB 1 0
64,179 64,179 000000000a1af3298ef927b1df487b1517588fc52a1e40d6d3d0e8d08c5b866a 0.00 MB 1 0
64,178 64,178 0000000009b62aa640a37b3b98d89c4f58d7cd6b814e6da7ac94f2e187adb8d3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.28 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,360.21 GB sent, 125.12 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.