Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,049 transactions (0.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,323 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,032 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,322 (852,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,819 56,819 0000000001b9e2486d37420a91bb8fa8705d54f458916b545851966bc2b3a401 0.00 MB 2 0
56,818 56,818 000000000ab6e129957cb4dd9b36ee998d5b7612a4f6e009cd683c375f393a8d 0.00 MB 1 0
56,817 56,817 000000000086c6e5d73b43971f6da78c0f1b39743b4847d933535590d5667174 0.00 MB 1 0
56,816 56,816 0000000012ebfb394feb17c11bea4e558035432cce8ba0501fc63665dbdbf487 0.00 MB 1 0
56,815 56,815 0000000010c6e5332cd893bcfd8644b86b7ca73d52249c0a96c16682f071c6d6 0.00 MB 2 0
56,814 56,814 000000000dfe03a4b338bf24dc21174993ab69505a9944f625e5a7027d698517 0.00 MB 1 0
56,813 56,813 000000000bacc30466f303806f4d420d49a7ab1d5338128a129e98effd275cec 0.00 MB 1 0
56,812 56,812 00000000012d509746702a291c9f883411388a9b58b831591e68af3155c4c613 0.00 MB 2 0
56,811 56,811 000000001225fc25a39709c89d71e88a9c218cd74623faee3a0493610426a482 0.00 MB 1 0
56,810 56,810 0000000001bb4f58b40071f7a6e5168b068c149c6130a0202343fc88a1ff98ff 0.00 MB 6 0
56,809 56,809 000000000911089e8e638ae9d47711f4a2d8d20f3c94d24775f4388e0ad5cbb1 0.00 MB 1 0
56,808 56,808 0000000011236597a46ac9f3fcd592d1d70385abca63728a29808eb72bed5b83 0.00 MB 1 0
56,807 56,807 0000000005d64d6ead76229a91279c266ba857d65bc4815152a90ea4b5b119e5 0.00 MB 1 0
56,806 56,806 000000000efec96b2e435853df9af27a12795fc8415f7636464750bfe576775d 0.00 MB 1 0
56,805 56,805 000000000c584f41aa58d2b6fcb165463e85a29014486b629848c89689467049 0.00 MB 1 0
56,804 56,804 000000000e39bf8b56a09b725d0c037b479205cb23b705704f91724b2312ae35 0.00 MB 1 0
56,803 56,803 0000000007b2890e714815775f7aa6dd2da821e111d00666c542e5977c287fbc 0.00 MB 1 0
56,802 56,802 00000000034b730a52b31e8f9310fcdaf5d1f3bc29ed46fd35417d47c87869cf 0.00 MB 1 0
56,801 56,801 000000000492599f1c9f2583861041a32171631f55e0a3abddab06b2a4bcebdc 0.00 MB 1 0
56,800 56,800 000000000f1facac04f40235188b6ed052086f4491b1b933ce2c36990d771190 0.00 MB 1 0
56,799 56,799 0000000005679bc75fe3f8d9ead26b7e0700781b600b06ce5c1cf1ca2ed1e566 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.14 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,066.55 GB sent, 108.86 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.