Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,500 transactions (0.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,973 000000000000000000022b910000000000000000000000000000000000000000 0.52 vMB 1,496 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,972 (272,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
639,660 639,660 0000000000000000000179ce5fda0a93a7c020f75ca75a6ca0de9fd991420655 1.24 MB 3,142 74
639,659 639,659 00000000000000000007ebf5f39cea6fbd24a4a83a2a1c034e516277cc834799 1.31 MB 3,226 70
639,658 639,658 00000000000000000007deeb37317990bc298bc807c69eb9c9d51f847ff7da3b 1.33 MB 2,810 80
639,657 639,657 0000000000000000000805a304f333475a1640d8a31c6263c4ffb3e11f395e99 1.22 MB 3,403 93
639,656 639,656 000000000000000000062aafe52f6fa349deb50affdbac921b2d87e69731bf82 1.15 MB 2,289 67
639,655 639,655 0000000000000000000728d089e39378d25fbad7bad5b538975f3197e550f028 1.26 MB 2,400 76
639,654 639,654 0000000000000000000ddfcfe3d8cd445f934de506109ea265713681455c15a4 1.09 MB 1,114 64
639,653 639,653 0000000000000000000411232648b73fc34442ef0605075aab92039a1d6b4d88 1.05 MB 556 59
639,652 639,652 00000000000000000003bb936b45fc6a23ff820197b2c1438579afe0b49c1392 1.03 MB 406 57
639,651 639,651 00000000000000000009da6937c7d81d83a1aadaadd2e2d53d428becd7265935 1.17 MB 1,215 60
639,650 639,650 00000000000000000006c3b2eaa02255e65546ad6c27d87664508ff8d55c72de 1.22 MB 2,918 62
639,649 639,649 0000000000000000000e8e0b728dc18183255039553097bf4574ac2dc305531a 1.29 MB 3,023 73
639,648 639,648 00000000000000000008c642e183d438ddc3c25b623b3f4431344f2925076a63 1.28 MB 2,431 67
639,647 639,647 000000000000000000096ac95e4082c413c5347f7c85f73b10d688125539ac1a 1.26 MB 2,389 67
639,646 639,646 0000000000000000000e4b8e5af2ea291e4f7607356027f180e62c96e407747c 1.18 MB 2,768 64
639,645 639,645 0000000000000000000da4b5a5fd3b465145ed197d35590b703adaa63b79decb 1.14 MB 2,150 62
639,644 639,644 000000000000000000095093ee7333f2df82a78f100cfd21c29c06f1345b5b4e 1.17 MB 2,045 67
639,643 639,643 00000000000000000008b54c737bf967f91f66072bd60eb13066aaefe81821ec 1.22 MB 2,775 69
639,642 639,642 00000000000000000008a8123b0ee4a12ad6eba1bfa5d9052b8c40b24b635361 1.36 MB 2,933 83
639,641 639,641 0000000000000000000f46621e058ec0466b6d25e0333d2babf7c78cb85ac744 1.39 MB 2,672 73
639,640 639,640 0000000000000000000863695f450059a53b568e2834dc653f411dc3f60a1ccf 1.41 MB 2,804 84
Previous 10 blocks ↓
Total Size: 777.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,499.67 GB sent, 133.60 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.