Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,498 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,558 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,381 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,557 (885,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,690 23,690 0000000017adb4d850f41bf12a51cb9a010aaabf59249846dcd5c8095e429297 0.00 MB 1 0
23,689 23,689 000000007219d97a25a51a483eebae08f8418a9a9c99bbf44387b402cd027181 0.00 MB 1 0
23,688 23,688 00000000d37545d124073b5f1698cc8c4c81de3d65e22224719980eba3e9d994 0.00 MB 1 0
23,687 23,687 00000000b0d50433bde6271547ae602bbeefaa4605eb0e2a22c54bac53e53817 0.00 MB 1 0
23,686 23,686 0000000050b158d31fa2ad28efd65066c0601ca7d40cfe1658074320999941d4 0.00 MB 1 0
23,685 23,685 000000002f4f28b5a7009b4f624e44496496c4d48945a9fc65f35c0c89e2548c 0.00 MB 1 0
23,684 23,684 000000002b293c61e8e15d646a2517fbd44ac9c059cd088d72fbca1ec66842b7 0.00 MB 1 0
23,683 23,683 00000000d502cfb4d2930f9d2e409e5f2ff1e25bd047e0ad88817cd36211cc71 0.00 MB 1 0
23,682 23,682 00000000f98019342566fe6131bde70622dbf9fd46c67959332f0ee3b353d281 0.00 MB 1 0
23,681 23,681 0000000033f7490dcdc0053cfecd5907908a03940bfc0e298e4c5efa498b9b2e 0.00 MB 1 0
23,680 23,680 000000003f33f74ace7cad78cd5fb95ac85170f1715418f7acd1815be6be6c25 0.00 MB 1 0
23,679 23,679 00000000f2a1a5dcdf29940328852dbc1e5a5613ecc0d4a565be908add0dfea9 0.00 MB 1 0
23,678 23,678 00000000b988dac6da1225f939635368b181f000d210941bdf154ce52b490d44 0.00 MB 1 0
23,677 23,677 00000000db783fc8d87411b0ee81b798c38bbd3b458f7007ab3818d752f88f73 0.00 MB 1 0
23,676 23,676 00000000a870826450e368dcee4bf7937bb84af6d4743e263f9aa54e90f019a4 0.00 MB 1 0
23,675 23,675 000000004c9a675827b779d73e15922dcdc3b8b66cd29eb3591c7993824bbc4c 0.00 MB 1 0
23,674 23,674 0000000066d93776b89652bff135952f56597a659c7ef69d1fef153303e7ba23 0.00 MB 1 0
23,673 23,673 0000000082fa924b96a7a21b713296b644c5464aaf7c7a781d48f10f2480837e 0.00 MB 1 0
23,672 23,672 000000004038f160ab6d9c03c1070621aa8c032d208e70d60bd6483017ee9134 0.00 MB 1 0
23,671 23,671 00000000cb75a6abd2598cd8969ea867ab0007774c9b578eb41ba375adab05c2 0.00 MB 1 0
23,670 23,670 00000000e37bffa9677aa9b30cda79a512b512b705a0ba48bccfe5cafa038cbe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.58 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,088.45 GB sent, 111.16 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.