Memory Pool Memory Pool Refreshing

3,750 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,532 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (620,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,841 286,841 0000000000000000b9183c9639f0fa2f7082f437d478541d07f85f71dc57597a 0.29 MB 443 25
286,840 286,840 0000000000000000f70a83e648581b5fee4d57bd5e9f799922701d59dbf1bd73 0.05 MB 80 19
286,839 286,839 00000000000000009ad2989ea7bdfc441e33f9c3a8433b513fc71d8526f65754 0.06 MB 198 40
286,838 286,838 000000000000000056b984c93363de432860b121c04f872fb17b995e59ffdb7b 0.25 MB 445 36
286,837 286,837 00000000000000000946287594c79bc1c8c8240a2cf337525c6e5d7753dab8d4 0.35 MB 309 26
286,836 286,836 00000000000000004d2d777797dfdc3cdba7cdc25c79fad39cf4b1b5139583a0 0.16 MB 63 13
286,835 286,835 000000000000000151acc458a2014d4f5a0c9ce81a2f877307a36e1a773f7dbc 0.35 MB 621 32
286,834 286,834 0000000000000000b88093a270924739e48387866887cc475760328eb121ed97 0.03 MB 61 39
286,833 286,833 0000000000000000db15637204b2e5d8279cb0605c8f30d25499d4edfc1d2899 0.45 MB 760 32
286,832 286,832 0000000000000000483e238e134a53944bade056787e190c76bd9d84083bfa7a 0.02 MB 32 37
286,831 286,831 000000000000000139cac021a85b080fbbc5b16b3b570946fc8889c123b83187 0.14 MB 256 30
286,830 286,830 0000000000000000702b9c7d967c878cff2ebb691579cb73405da1225924e511 0.30 MB 439 62
286,829 286,829 0000000000000000d0984f325e1331fd94714383153bff4c4751a13fb895bb8f 0.03 MB 66 31
286,828 286,828 00000000000000010d441e87331911e38e91b3f1167a1fd466af9d10a9864669 0.03 MB 54 17
286,827 286,827 0000000000000000a93c0c43c6a0467d8307c07fd77f403195202b6ac2055b09 0.30 MB 474 24
286,826 286,826 0000000000000000fa3c6f61d537956317dee02d7334f2bbe56dcbdd143007ac 0.06 MB 179 103
286,825 286,825 0000000000000000385005258a0c151c426ba78a48faf189664a70a1b778150e 0.25 MB 300 25
286,824 286,824 0000000000000000d9747a9c5bf9d84b1f8fd98383e82d3de529c3a4b5b2d757 0.25 MB 152 13
286,823 286,823 00000000000000006eaaf386734994267cd3f0c04409f09255d0a02c57c2f1b7 0.50 MB 1,302 33
286,822 286,822 0000000000000000b7db53c52c70bcffd8f7eabf0edc68dfaec5fa64f56a80c9 0.06 MB 196 130
286,821 286,821 0000000000000001405fcda1228647d300c93c7b9f1a6eee3d794731c3b4b667 0.06 MB 202 114
Previous 10 blocks ↓
Total Size: 768.99 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: 1,616.55 GB sent, 92.75 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.