Explorer IconExplorer

Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,268 (885,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,548 23,548 0000000047f471768580873a52a9d587ee790ffd17c31b971d4704cd98aa5cd2 0.00 MB 1 0
23,547 23,547 00000000bdd2ba199f031e9cc24523aa1f97fc60e7416699ab20dfc5829718a3 0.00 MB 1 0
23,546 23,546 000000002760b393961a909d0691ba55df33326d99c2ccc224076ec81a64794f 0.00 MB 1 0
23,545 23,545 00000000bd92659b81afd61c01ee834203a8ffcbb45141056f446fda393d5515 0.00 MB 1 0
23,544 23,544 0000000016255d04da1cf787bc55f93964711ac30f833a196b37fdf99dd0949d 0.00 MB 1 0
23,543 23,543 000000002505506e8a93bee11ad8d7d6121f037400e89bfcd4f7f877f707e55e 0.00 MB 1 0
23,542 23,542 00000000a1f0b7ccb26f2b6e26392d6ed21aa32c2774f9c2e931b8775ef6048a 0.00 MB 1 0
23,541 23,541 000000004994b29674f27ac81d3c65ed539fddac296438286b71fe941f01e9fa 0.00 MB 1 0
23,540 23,540 00000000f5bb240b94776f06230958874040db8591efb46fd6c9510695bf366f 0.00 MB 1 0
23,539 23,539 000000003e53b89dce560e61aec00bbba4d0bc6439fe15624342efcb3487e570 0.00 MB 1 0
23,538 23,538 000000005661de9f0f283455e0f42daf917bd6ad1a4918fe58eeb8eb83bc15a9 0.00 MB 1 0
23,537 23,537 0000000024d9a4d155b4ebbc95bcc1a00a20d15c058c82ff1a5f9969e16f7dba 0.00 MB 1 0
23,536 23,536 00000000465e2b7138e89281d9cb2ed94cadbe5cd7eb37a09d019ef85ad312f4 0.00 MB 1 0
23,535 23,535 000000009c44a849ec490f1da968a05de042a3fc24936f2e841cac81b0aa7ea9 0.00 MB 1 0
23,534 23,534 000000002f4ac67af265174c065a974bad0314f84c3dbda03a4b9e6656c2d622 0.00 MB 1 0
23,533 23,533 00000000c9e7508cceac9804583fb7a4a1bb1ae8e458c104c8a260c89a4c5bdb 0.00 MB 1 0
23,532 23,532 0000000014ac4851c412a40104c1020c233055192f6128f439ed1d0e427c01c4 0.00 MB 1 0
23,531 23,531 00000000cdb5162d4e19da5cb4ffce3a9ae5629b9421d2aac81a8bd1a7733149 0.00 MB 1 0
23,530 23,530 00000000cfdde5673bb9035b56881e5fae74dbf2a29f5f221eab5bf4af340224 0.00 MB 1 0
23,529 23,529 0000000092b86e58cb3e70e8dfccefbbb2db23a6a1c79543ba0e9432fbf938a2 0.00 MB 1 0
23,528 23,528 00000000dcdc33d24bb607d51960b09841567449a8807110812a3385a68cac7b 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.34 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.