Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,951 transactions (3.82 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,269 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,542 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,268 (870,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,500 38,500 000000000fe4b0db48711c046390b333dd59650dc2f69b20a666e44202be33f7 0.00 MB 1 0
38,499 38,499 0000000008e8e6a9bed61b9e8134d077eda9a56f9219ea62171430728883cbfb 0.00 MB 1 0
38,498 38,498 0000000075d702b82ba3b980129eefac86d8d342815cc31df3c55a080c97cbcc 0.00 MB 1 0
38,497 38,497 0000000012ab545ee666b73124364dbd5142f89e9e78e054f36d893643ea948a 0.00 MB 1 0
38,496 38,496 0000000080d0e5898043633a394f6e0b54162c8a1f4cb890b3b134df3f9f13ae 0.00 MB 1 0
38,495 38,495 000000002e2e33d2bdafb3c56babd3bc13f3a25957d959c8fe1db0c0548a7c56 0.00 MB 1 0
38,494 38,494 000000002d29552694feac0148dae7b6e0fb5d2221a67a6caac57ecbcc9cb073 0.00 MB 1 0
38,493 38,493 0000000011184afcfa8a968ccf60e879e116013cc79856464862398d205848f0 0.00 MB 1 0
38,492 38,492 00000000736fc9018371eba84e515eed3f6fac4d565e97022d801be8995c0291 0.00 MB 1 0
38,491 38,491 0000000031ae88b12229f475376d8baad7082ce9db980d1165b2de121b64dc8e 0.00 MB 1 0
38,490 38,490 000000007f34116319649c83b2d2345819c0e758cbaa548ebc50c60eb9612c11 0.00 MB 1 0
38,489 38,489 0000000028a4446534230cecddfaa044c19a96abf28b52a789bf817c6a0b599b 0.00 MB 1 0
38,488 38,488 0000000051529c0ef526c7cee2f9a2199df9f1b49e0cde2f2db65b85925e3211 0.00 MB 1 0
38,487 38,487 000000007f94ad4b1ba72de038bc2c64de1852ec24d01ae0de24c86dd09a5801 0.00 MB 1 0
38,486 38,486 000000003fee192b3545bf760a80ad1ec8c4db4be12669e637135037338f921f 0.00 MB 1 0
38,485 38,485 000000001bae0070bffbbcc31e1844509a99876d3ec26280e68567ec54ad06fa 0.00 MB 1 0
38,484 38,484 000000006c2a7c485480f1f8409d6f03cc5013aa0eac54ff125ba82b407cfbb7 0.00 MB 1 0
38,483 38,483 000000005acd15db71a2e2d3a25f41fc4b3ac0f4f8479586c9376d1bc14c267a 0.00 MB 1 0
38,482 38,482 00000000831b162991ae58223bb128d679fa682cc43d9ab9cca60bd5af550a9c 0.00 MB 1 0
38,481 38,481 000000003c36c07346fccf371c673ab1d5252cec0d364a4dc4f3f802cc133211 0.00 MB 1 0
38,480 38,480 000000005fc9674cf22da7d3cff228e67d21e6e531f3af4a4af868aa2ccf2dad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.04 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,043.44 GB sent, 108.19 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.