Memory Pool Memory Pool Refreshing

8,913 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,823 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (41,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,502 866,502 00000000000000000002f161a2a8d2c1ef518d962de2645df228d15996bd9785 1.58 MB 5,009 3
866,501 866,501 00000000000000000002cde5eec2dcb809a82f7252e1947aa6a2543fba569c09 1.63 MB 4,903 4
866,500 866,500 000000000000000000003952540ecfe2b3c465f813d8f480cd22817e3d69149d 1.54 MB 4,074 7
866,499 866,499 000000000000000000030822423b93e639d1fd4df596a0d1ed1b1f34b42270e0 1.47 MB 5,560 3
866,498 866,498 00000000000000000000df616a4a96d4296e4e3e42cb3ee27f739cacc303aca8 1.54 MB 5,529 5
866,497 866,497 000000000000000000022f9ab3a54e8f6d6bcf5179c960917c2f0bcccc40bc3e 1.72 MB 4,956 4
866,496 866,496 000000000000000000004a2241395b6881cfa1e85f62bdc870a99a055c61a0eb 1.51 MB 5,650 4
866,495 866,495 00000000000000000000af589fef093cac28d01b369bcdb2e95e8e8a3e75ae4b 1.24 MB 2,242 2
866,494 866,494 00000000000000000000878bba2b982e1adbe148729ad9240d945e9163b5d5a0 1.52 MB 4,718 4
866,493 866,493 000000000000000000000cf71596dfb30f2937a9889e17e3c75e76b721116a79 1.35 MB 3,314 3
866,492 866,492 000000000000000000022debc1c78eb93706bf16b22445f55b15ae9fce2bce6d 1.64 MB 3,670 3
866,491 866,491 0000000000000000000197b242f664a8e1aa1d760c3715eac2a3b9b31c3e3437 1.33 MB 3,048 4
866,490 866,490 00000000000000000002166c8a95f6f70ee68af79b65de3e833187b4bb1a641a 1.66 MB 2,659 4
866,489 866,489 00000000000000000001daca128e70db270ef21539fcdba2287957cd78b2ddb5 2.20 MB 914 5
866,488 866,488 00000000000000000000ca2138ca3a41382732a8e99c460a0645d32a0224cd3f 1.86 MB 1,537 6
866,487 866,487 00000000000000000002a2388c089c46ed55f26f8654b8817516cc66effdce01 2.22 MB 985 5
866,486 866,486 00000000000000000001a353cbf7089c8b7300c1f91bc8fe3fa3bed3efa7e260 1.41 MB 4,201 6
866,485 866,485 0000000000000000000062e6d8fff52fe53fe327fc7514465f0a5769a8e91e93 1.47 MB 5,335 5
866,484 866,484 0000000000000000000004842db538812e948d8527343b6a504a165eecd5c5bb 1.49 MB 4,737 7
866,483 866,483 00000000000000000000d13bdb526ee5db049ef3ddd2f87388752bdd42249340 1.52 MB 5,850 10
866,482 866,482 0000000000000000000061fd3a7a416710dbc3981023161437c6a9efa57f1c68 1.60 MB 3,919 9
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.