Memory Pool Memory Pool Refreshing

2,240 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,852 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 2,239 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (107,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,910 799,910 00000000000000000000896b25f319ca079e534d31bb4dfee85e9de5e87391df 1.78 MB 4,304 11
799,909 799,909 00000000000000000001c78d3d611cfbef704a91a141a685d9c9f0bbcba7f8a3 1.91 MB 4,686 7
799,908 799,908 0000000000000000000123eb5b017a2855a59679eec28af99348f19c3d444ff9 1.79 MB 4,072 17
799,907 799,907 000000000000000000006d4c8ab02af7ac11820cf59f6dc1e9790199a2f02c10 1.88 MB 3,715 25
799,906 799,906 00000000000000000003e8f0f869a9ae0f5735bf451cb7fd3e229b8a4818f9f0 1.96 MB 5,687 10
799,905 799,905 000000000000000000052056378ce91d49afe44fd8a99c3c19227799c0e402c1 2.12 MB 6,579 8
799,904 799,904 000000000000000000017505ead79bc377f49b7d3711d0a01f9bd34d2c11b7f4 2.02 MB 5,949 11
799,903 799,903 00000000000000000001a97834ccf3f7163958028dd4e8611ced3825e5dec4a8 1.86 MB 3,958 14
799,902 799,902 00000000000000000002cc869b551618a46f427ed974376abd7059201a868bb1 2.10 MB 6,025 7
799,901 799,901 00000000000000000000432aa6fc397b79cbce2de649185f9cdf63a23582b63c 1.97 MB 5,604 9
799,900 799,900 0000000000000000000454afddafd76d59adaa893558e94d3a7b112772a03103 2.06 MB 6,139 10
799,899 799,899 00000000000000000001c9077f47d109a586c9310aaab78dbcdfce0d263f82d2 1.94 MB 5,545 7
799,898 799,898 000000000000000000028aeb5a879fed59ec26bb2d4ec915ba3bbcbe66e4ac0d 1.76 MB 4,599 7
799,897 799,897 00000000000000000002ed303d9f50660be67e3709032138b1c398ca33b0503a 2.05 MB 6,079 6
799,896 799,896 00000000000000000002f37967a6edd63b618721ebb0ef1b20eb94df3ec6e271 1.62 MB 3,360 18
799,895 799,895 00000000000000000000fbe6d3ba5632113cf26ed5693149168e1ea2030dc001 1.61 MB 3,423 22
799,894 799,894 00000000000000000001c844de0405cfce1c78ff2494485c7c17af728c44f143 1.62 MB 3,050 25
799,893 799,893 0000000000000000000298227d51193d3bfa8068fcfc574528fb6f392c2601fd 1.84 MB 4,907 7
799,892 799,892 00000000000000000002ce57c30c2a8f915b6c76b9346f7ea08a4b91f04aa810 1.99 MB 5,560 11
799,891 799,891 0000000000000000000303840f4ac23076dfa38498012812e0d57c3eb2a22100 1.81 MB 4,330 22
799,890 799,890 0000000000000000000217ce91fc77c346ffb1887db3bc379455801638e31df7 1.66 MB 3,726 17
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.