Memory Pool Memory Pool Refreshing

13,771 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,593 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (176,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
730,902 730,902 0000000000000000000954edf347c3181dcbe14b0dd580c2d2d476b4a1c97d4d 1.46 MB 1,716 5
730,901 730,901 000000000000000000088d75593793095841f459e79eff2605c46f974c066e86 1.52 MB 2,896 11
730,900 730,900 0000000000000000000060069e79b7c8a4f7e09acbc6b5fdf72a78edc7e2daaf 1.52 MB 3,032 10
730,899 730,899 000000000000000000016f899ad40ce48d229e0276796e8c8db12d8d0f94babd 1.60 MB 1,863 9
730,898 730,898 000000000000000000079bb7d6aa43fff0fe6f68be3eb87e9b2740681f010872 1.71 MB 1,357 3
730,897 730,897 000000000000000000037f5b71fcb4d6f2ee9d098389e92e145efb466ba1550a 1.45 MB 2,484 3
730,896 730,896 000000000000000000028d7f31ddc5a092fdcdc46ca724650bcbc356e9a1cd9c 1.40 MB 2,161 4
730,895 730,895 000000000000000000021488693955a844fd89e0c71a878310e098cfedafca61 1.34 MB 2,442 8
730,894 730,894 000000000000000000065ae2aa324a2e1a7f240590a144598190a1eed4d993fe 1.58 MB 2,461 10
730,893 730,893 000000000000000000065d14a0074431ac4e3a8c600a845aa49d80f2a962802d 1.35 MB 1,810 9
730,892 730,892 000000000000000000038e53f451963c6abe645af9ce56d841c58e7a11faa83e 1.43 MB 2,738 5
730,891 730,891 000000000000000000094799fc6d291d500995607426ae650cb67e9f33385ce2 1.56 MB 2,705 8
730,890 730,890 00000000000000000004c5719b333d59e9e9ce6a9e2c61aea80d4d3fc3792d84 1.47 MB 3,248 13
730,889 730,889 00000000000000000006f8b98fa8d927add88403407a7d99ac9479835328308d 1.58 MB 3,552 9
730,888 730,888 00000000000000000004ef7354de6e815204c5fde5a8de3776566cd429afb3b9 1.41 MB 2,089 14
730,887 730,887 0000000000000000000792090445f708488d114fad1c74f7ff3dc3c356e3355d 1.72 MB 1,903 10
730,886 730,886 000000000000000000087add9164e57014340d6f1c8f763971f08f40012b5b87 1.36 MB 2,801 20
730,885 730,885 0000000000000000000239ef7e7cead8278e6cc9b4dc7f7841191ff9f6d7b014 1.57 MB 2,969 15
730,884 730,884 0000000000000000000134e605e22446a5613b5368ca4c54a482b0af1429fb8e 1.44 MB 3,106 16
730,883 730,883 00000000000000000002d52b0e85028fa8b0cc2e089d9d0eb6d7e3abb20e27c3 1.55 MB 1,913 27
730,882 730,882 000000000000000000012223e8c27b2d7f1336350b9cc6d927596dddd7c652be 1.54 MB 2,849 5
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.