Memory Pool Memory Pool Refreshing

7,561 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,584 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (62,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,743 844,743 000000000000000000014072f1d5d67100bf6c097e971cd2af2d579b32a30f93 1.48 MB 5,131 17
844,742 844,742 000000000000000000025c416dc7962405d500d87238bf392c95aa9610c3a71e 1.51 MB 6,984 12
844,741 844,741 0000000000000000000152fee6b2cb2779c2fe0ce34aaad57f9034c1613463a0 1.54 MB 5,611 16
844,740 844,740 00000000000000000000e9be8cfceef5f4d12313ab2657d7fcf4e617dc9bb839 1.51 MB 5,327 16
844,739 844,739 00000000000000000000c18685513156cfd695edd2378ca2ba819d785866a571 1.83 MB 4,802 12
844,738 844,738 00000000000000000003508531e1ec11798f1972e307235a54ef91bf945e246c 1.57 MB 4,160 16
844,737 844,737 000000000000000000027d7ef87e117148fb2f0fd86daa593be6a9ab60d90b55 1.58 MB 3,523 26
844,736 844,736 00000000000000000001220ed083199982e9da1b9a083c4385891afb7708a6f2 1.49 MB 3,632 12
844,735 844,735 000000000000000000009bc830c90bb019c525854464402696ce2219ecc0566e 1.79 MB 1,834 11
844,734 844,734 00000000000000000000c1097a2ede0df36030bde8b6b6e62ccc9dffefa8f280 1.56 MB 2,533 13
844,733 844,733 00000000000000000002eb241ace8ad59454a7a4aa53367dee93b8a3644439af 1.52 MB 3,344 15
844,732 844,732 00000000000000000000ff98cfa3ed17036561b846dae1364ba684bd7a07e14e 1.28 MB 2,441 14
844,731 844,731 0000000000000000000139b6b83852ce078a2f041981cd2a8ed1d075ecd8426c 1.57 MB 4,691 14
844,730 844,730 000000000000000000017eb0aa4ddd86ab48c46475b35f2ee1a7e440eac9fb77 1.48 MB 6,415 16
844,729 844,729 00000000000000000002921606b36caf54fe960dc96a173832db4864eab755a3 1.60 MB 4,773 20
844,728 844,728 00000000000000000000cb1600dfd34816d9c58921cd1380316e83cca2a92ccc 1.77 MB 2,920 20
844,727 844,727 000000000000000000003a8b74f103a58a14cc62d52e04ab43773c4bb902355b 1.57 MB 4,808 22
844,726 844,726 0000000000000000000035f72cd983bc0b095177ec5c452f74c922bce141e157 1.55 MB 4,291 32
844,725 844,725 00000000000000000000db6afbfbb13875e39cbf51e9e00b89ad0a2a06ee0f35 1.51 MB 6,762 23
844,724 844,724 00000000000000000000d33758e80cf14ed317687a85b781e6ec69ea1fd9ad66 1.58 MB 5,520 29
844,723 844,723 000000000000000000019bcd94181d99804ad43c7995841bec1ee5a87f0d562f 1.49 MB 5,608 24
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.