Memory Pool Memory Pool Refreshing

4,741 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,384 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (5,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,478 902,478 00000000000000000001928a281edbda9be3a7af997f4df16676db9280839751 1.61 MB 1,877 4
902,477 902,477 000000000000000000005b202dd02f0e9b485038eb95c680da627de135566fd1 1.17 MB 1,002 3
902,476 902,476 00000000000000000001e42686ff09318c388a69cd8b2b89a7f3205afa9aecf2 1.51 MB 2,006 4
902,475 902,475 00000000000000000000487cba9dad7063c27c72fa6af204742ea10ab4689db4 1.61 MB 2,600 5
902,474 902,474 000000000000000000016e3435fa6c76c479256e7fd1f9297ddae34157df5e58 1.27 MB 837 2
902,473 902,473 00000000000000000000effb173be5e3b499f06778aa25c55f32e3a834b46e7d 1.75 MB 3,064 4
902,472 902,472 00000000000000000000fd3fc8959cc2087150d477b2b6fb1efab29ecefa56f7 1.76 MB 997 2
902,471 902,471 00000000000000000000d720fb302e375172cf08838b9ebbed4735bc613729a3 1.55 MB 3,369 5
902,470 902,470 000000000000000000014b2b8ca4bcd0ea9f66d93cda96d613384c7eb4c14347 1.48 MB 3,630 10
902,469 902,469 00000000000000000001b662017caabe98bc291b2c36c167583e285efa7bc7ce 1.54 MB 2,818 5
902,468 902,468 00000000000000000000a4afbbfd9071193e971b1ecfa586bd26def1a769ccc4 1.70 MB 2,793 4
902,467 902,467 00000000000000000001269e3e44902a69068bb69b8ede43480f1fc12ed854e8 1.61 MB 3,486 6
902,466 902,466 000000000000000000020c43ee5843b77f5514f12d3e940ecbc2650817bf0e83 1.98 MB 1,335 3
902,465 902,465 0000000000000000000169861c9c763a83b71588ef54bf036e3169dce5fc3eaa 1.64 MB 2,532 4
902,464 902,464 00000000000000000000684e6b5c85715d864fb4879ac46aef235929aea1b935 1.49 MB 2,036 5
902,463 902,463 000000000000000000002098283e71ca2f2fdc3a8dc597e992fbf4fd378e3239 1.62 MB 3,691 6
902,462 902,462 0000000000000000000239829f406d6ade7d05b4332b47f1e6c1bf748d007633 1.53 MB 3,517 6
902,461 902,461 000000000000000000022810ff0ab85262656dde1861594fe87121c79deb0bf1 1.56 MB 3,746 8
902,460 902,460 00000000000000000001465c6a03f995e21d40c8140e3658ce8c688aad139865 1.63 MB 3,297 6
902,459 902,459 000000000000000000015f0e1290b5832825796d1a2012aa4451c426553e60f5 1.61 MB 3,966 8
902,458 902,458 0000000000000000000095e3c3196acd33d30bd34b6c05d451322117d0993336 1.52 MB 3,469 11
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.