Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,540 transactions (2.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,340 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (846,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,595 63,595 00000000078db7f1aa2f8bd8c1d2b9cab03737f9dde85ff6eb0ef0f408006e7e 0.00 MB 1 0
63,594 63,594 00000000035a9de8bfc4637cd80622562f55895f91be6c9887850ef4d985a1d0 0.00 MB 1 0
63,593 63,593 000000000c1e457e92ae1e6b0504bab609e78fe59a3892fc8f3dd18cde8a426a 0.00 MB 1 0
63,592 63,592 0000000001b8224a4d60dbf85f9880835fb2db8c7fc3e5cdd04423c560972da8 0.00 MB 1 0
63,591 63,591 0000000001ded7932c6e05eda8e30d5ea654607ccd43d66c14b76fed220014e3 0.00 MB 2 0
63,590 63,590 000000000b6c1cc2ce53668455bc751958485fe950f8864dbfcbe8162852ef48 0.00 MB 1 0
63,589 63,589 000000000086a58c756a639215a3067bb7231b4be0d4dcf6f141d51e28123ee3 0.00 MB 1 0
63,588 63,588 0000000005f91048208c3c2d1ff373d4c20d00b3f3518cf8c7836a6bcdff6210 0.00 MB 2 0
63,587 63,587 0000000005a2d747c33c60a713ddff7d230df774c5619ac83d4721cfbcd0f659 0.00 MB 1 0
63,586 63,586 000000000885cc3dd632001594fd5df9a67b021c19bcfffb8f3fede3ae33d893 0.00 MB 1 0
63,585 63,585 000000000b6d8fb66b662b9fa99ac9c2157d636c18b7c197665b31d60ff70d7c 0.00 MB 2 0
63,584 63,584 000000000b06e5ce4904fba67ad1a1056d038d6f4872062132c91cc0de1b8de6 0.00 MB 1 0
63,583 63,583 000000000506085e65f540a6932999194ba46d5046eb68a8f6f7c42a51da11d1 0.00 MB 1 0
63,582 63,582 0000000007e26399e828078e72fcd800b5d05f671f253a16addd5fe85fd62bf0 0.00 MB 1 0
63,581 63,581 000000000404e2fd2555ba6c337506a7f7469c44d57b0bcdea26c74dd10046f9 0.00 MB 3 0
63,580 63,580 0000000009684a7cf2fa3643bf71efdf872882ee5561cde3a1c7a8cb18161424 0.00 MB 2 0
63,579 63,579 0000000005a756207a377ca2b5338885865f6cade3d0a003d8c54947cc0b42d1 0.00 MB 1 0
63,578 63,578 000000000cb16adebb5f88cbe38fd0b0563f7bfef041b15e63b54acc486fbba8 0.00 MB 3 0
63,577 63,577 000000000aaf8b6c41071f1fbb4f1a44f79399c7a9900290b840812caf20a30c 0.00 MB 1 0
63,576 63,576 0000000009d301f04a48ad86b74caec9538db91d9e7c26adb43ab3742c9079d5 0.00 MB 1 0
63,575 63,575 0000000007ef3784b73d381ca7001dd5f3d04828b1d50b6a8bcf25957456145e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,152.77 GB sent, 112.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.