Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,216 transactions (1.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,341 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,446 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,340 (842,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,633 66,633 000000000268a928400929dabcb1862835f45988c5f6f9b462c437502e73355b 0.00 MB 3 0
66,632 66,632 000000000064c5f27e851d9eb23f693f83e9a15fcee0fd618eba64bc19beff20 0.00 MB 1 0
66,631 66,631 0000000004a174be5344e55d780ba41ad09500aaa953a083e2e127efe90cd965 0.00 MB 1 0
66,630 66,630 000000000189437c469a711a6bf0afece63965a551192ff2e149cff78168cc9e 0.00 MB 1 0
66,629 66,629 0000000004ad7f016bca4645653ae14ee8acb94585742d84c624511c730e2c1e 0.00 MB 1 0
66,628 66,628 0000000001b8c368d12c5bb4553956a05cf1003a89304a16d1e67fa52b6f8263 0.00 MB 2 0
66,627 66,627 0000000004ff8e0435673260faf3a93e325aa9ca954f13edddc808e9d6b80fbf 0.00 MB 2 0
66,626 66,626 00000000037df8fe2c0d43151497035fa5a73ca1529a1583eff804536c458402 0.00 MB 6 0
66,625 66,625 0000000001af4f95ae8e7fa7ad11df8df915e9963ec0eb4c62f7eba2adee8ded 0.00 MB 7 0
66,624 66,624 000000000528bf43d16f89e07ca58d974dbdb98445be534b6f3dc90cbc12648c 0.00 MB 3 0
66,623 66,623 00000000021ef4d0fe52b7baba202fcb9863bf4e18dab76112aabd95193c3b11 0.00 MB 1 0
66,622 66,622 0000000000c7291d4b54c23c12183159058d36cd4faa20a4dc15d01fa0877100 0.00 MB 1 0
66,621 66,621 00000000032ea8a260601f6b1e7cdd244d0b5011aa473d832776ee4ba3e3eea4 0.00 MB 2 0
66,620 66,620 0000000003780bb5f2b790dee4ef9c107d99128580e2b2a5d84ce9c8cc513114 0.00 MB 2 0
66,619 66,619 000000000501736384d1f96a49135484213edca65df8c17da1b6d7bb16fc9ec1 0.00 MB 1 0
66,618 66,618 0000000002c75d733c27b8f6d26f4e84b3329c0bb18056c026ce420ef5e3debb 0.00 MB 2 0
66,617 66,617 0000000000073f2b5be7ea479a8ecc4b0c6ce291cfb6398082827dd425f92a43 0.00 MB 2 0
66,616 66,616 00000000011068454fa81714b2ba16e48fc0b1df6255f2ffdcef7b1e07029b53 0.00 MB 1 0
66,615 66,615 0000000000cbc32a279655cbc7c4d9717eb7a234c845434366e3bb9967984c0d 0.00 MB 2 0
66,614 66,614 000000000465d084fb1ff8fab4479bc8f6eee15306f49d3606c839da36747f1d 0.00 MB 2 0
66,613 66,613 000000000000c7397950bf7e18f8f7dc8480e3664c1821f4d5d101a4a2f88e3b 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,066.93 GB sent, 109.01 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.