Memory Pool Memory Pool Refreshing

4,721 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,385 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (315,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
591,938 591,938 00000000000000000002e7e8501b2739405568b6e6e3ba1045aecd531a2c4eb3 1.17 MB 2,796 48
591,937 591,937 0000000000000000000aeb23efc89947edffb886f302bac368ee8ca2d7972ac8 1.15 MB 3,168 24
591,936 591,936 000000000000000000121d4307521571b910fe2f197e86d13be07a8f5e4bbeaf 0.56 MB 1,634 1
591,935 591,935 00000000000000000016d2d7b79ca95aef26e4a409f73f43ed6e53fee79ec1b1 1.23 MB 2,972 33
591,934 591,934 00000000000000000004c8130c8d5bcd54bd4edf8511656400ac3752ea5c675b 1.21 MB 2,769 31
591,933 591,933 00000000000000000015a49495b6360d069e7d3e4a9853dfbf9e455257dbccde 0.65 MB 1,878 7
591,932 591,932 00000000000000000008251a382ebb023dc7a4e31bca8d0db00c405ef9d3a98c 1.20 MB 2,706 37
591,931 591,931 0000000000000000001974863bab209cc43be25e5293cfdcbc119fb51dc261ff 0.47 MB 1,192 26
591,930 591,930 00000000000000000012c7c3649d6cd7b7081031cd30b9fd86e40f07207367f9 1.17 MB 2,703 24
591,929 591,929 0000000000000000001363526dfb7121035d380e53bc618e1062eaae3f0c450c 0.60 MB 1,655 9
591,928 591,928 000000000000000000017061ce474be3420ac41075c2e53ef693ae6c3d7957e9 1.21 MB 2,726 30
591,927 591,927 00000000000000000015852cf670e51484bcec114c1f5b50ae7fc1d3443971f6 0.11 MB 295 28
591,926 591,926 00000000000000000007aa9f3f683f3c7e906de40de9024bbe51c38906723423 0.19 MB 335 19
591,925 591,925 00000000000000000004758030dd203998d82152ef50734e908d0c532aa3e397 1.19 MB 2,528 18
591,924 591,924 000000000000000000105a31bb62d7d9aaa46cccd4cd0b3acaffbda7e08532cd 1.02 MB 2,520 22
591,923 591,923 0000000000000000000b73363f8d485270d6614e6f6679fbe89424bd4b29890b 0.93 MB 2,339 14
591,922 591,922 00000000000000000004c70bb5e37c71d1b604b8fe15a36d4f99c95d22f42d3d 1.20 MB 2,937 36
591,921 591,921 0000000000000000001b5d4fac3ae76f6de72146b1be217ef4130736d26aca5b 0.62 MB 1,731 17
591,920 591,920 00000000000000000004b0e468e3e81a9140fd68ed36343212228caf8371e832 1.25 MB 2,465 9
591,919 591,919 00000000000000000004cd6dc5c149b6b908762acc915051d650bc850d2285ba 1.22 MB 3,319 43
591,918 591,918 0000000000000000000a4e18f6c4a3bf4d7f7e0e4dc91105c481911f29730945 0.93 MB 2,103 3
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.