Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,341 transactions (1.08 vMB)

Priority:

  • 1 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
911,020 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,897 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,019 (853,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,817 57,817 00000000056a77399ad92bb4d0264ac5d4fde09c9f4479da7832185cf3be44f8 0.00 MB 1 0
57,816 57,816 000000000f9a98fdd7c1b811accda930c745a862ab930d24b2b9f4ff7cfe79f0 0.00 MB 2 0
57,815 57,815 0000000013a5dfcf78a36c69eef893ad58ea2a5cd4866541ed5fcc253652bd28 0.00 MB 1 0
57,814 57,814 00000000076fcac4ffad136ed1df32c7efa4ce000947ec4b7aa3dc6dfe4036e6 0.00 MB 1 0
57,813 57,813 00000000036cb50eea442d40437afddc9c5bd365550921240ba8fc3fda86b3b3 0.00 MB 1 0
57,812 57,812 000000000fb7ee7a8d45a7691bc9b4197b64ec40544f347bb5dfda5f1fc50693 0.00 MB 1 0
57,811 57,811 00000000037b216ed15a9ef82948bc9712cf1cc9a399076e3a7f1e7a6e571eaf 0.00 MB 1 0
57,810 57,810 000000000ef28c64088f34f4292c2407c2401c6191a7f0db6f06801f4c89efa0 0.00 MB 1 0
57,809 57,809 0000000012add3020a526985cec559100ca4305504a55059fed84c9d88fce3ff 0.00 MB 1 0
57,808 57,808 00000000090a0a841fd172bf4b4a5afbb8a0c796283e17c688b68c141f429de8 0.00 MB 1 0
57,807 57,807 0000000008b7599017f63def84f8e5c1233640eaf6520b45cce940ca54838fff 0.00 MB 1 0
57,806 57,806 000000000626880b3778a3983dacdb3eaf94940995e9284d622bcaa1fa69cebc 0.00 MB 1 0
57,805 57,805 00000000129cb2af66039dcf3e31e4203b88e40783578edada31ec9fe232179f 0.00 MB 1 0
57,804 57,804 000000000bd71b0c81a3ce8ee342af08e57aa77bd1b17208969ffc6ebfb62332 0.00 MB 1 0
57,803 57,803 0000000011e8ebbdff715aeecf534ce69bc05011a6cf01667ee5be56b8d29b48 0.00 MB 1 0
57,802 57,802 00000000034e30602bf9e9b830e158caaec11c966c41718a0509ca36c7e57102 0.00 MB 1 0
57,801 57,801 0000000006989e51a6a1ef0283d1c5a6188e791429191fff7ddb895e35363e1b 0.00 MB 1 0
57,800 57,800 000000000f8a488b3fcaf88a29c8cc1035c38073ed7c1b93a4f8a0071d70a85b 0.00 MB 1 0
57,799 57,799 000000000d22906b0df0edca94f751a4cf8f7019f8bd22cee8abc2823f879960 0.00 MB 3 0
57,798 57,798 00000000093fa74b644d1e5a160a2dbf5f6acab862deeda212f1480b15120428 0.00 MB 3 0
57,797 57,797 000000000223a8d649a4b5cc83b89dab814a854486e49559b48d04c3de6b84d6 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.24 GB sent, 125.14 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.