Memory Pool Memory Pool Refreshing

5,695 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,754 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (802,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,098 105,098 0000000000017e9e72a0323995f8f4bafd03a896ba9d091932a62001c0de8e60 0.00 MB 12 0
105,097 105,097 000000000000d7545c816d486245497dddc19a6fd9d0c129dcbb428b89cf5429 0.00 MB 13 0
105,096 105,096 000000000002f5955d077c9aff3be795afe02f36b098583df44dad3847faa60e 0.00 MB 6 0
105,095 105,095 0000000000029c4a714ec35c96c58a70acbd9deeed4b3bead4f215e941471833 0.00 MB 10 0
105,094 105,094 00000000000115037df530eb7c70019e7c13dafd9f8b4e9ca3a83707fc93b5f0 0.00 MB 17 0
105,093 105,093 0000000000021c7722363849ac1e78452c7e09637ca96e49c35e47b158d5c5e9 0.00 MB 12 0
105,092 105,092 000000000002afb57ab3ff50bffcc190c74dda54a6902b84b5d98ed344ae770c 0.00 MB 12 0
105,091 105,091 0000000000011c0cd36fe996fd03edd6ad2d330fa9236dfc0e405b8b6192315d 0.00 MB 12 0
105,090 105,090 0000000000017e6216080e7c93d8483968905c8524437d978552b22f4f059249 0.00 MB 10 0
105,089 105,089 000000000001bdf51c25f65e57b83e47201176b19c488143f0f0cc0e190ec0dc 0.00 MB 9 0
105,088 105,088 0000000000012af3e5ed81bb145ade30557a307643637ba6be800b2bcf1feb77 0.00 MB 8 346
105,087 105,087 000000000002e3379f3072b171c85f024ae6c47460fcf0b7cc7db402fc27eb8c 0.00 MB 13 559
105,086 105,086 000000000000993dbc02b59492519106a36e34e77cf6b528f7539d047357cb48 0.00 MB 13 668
105,085 105,085 0000000000013092754bbffcf5bb2a0e7cbd3676357393eabc3baef2ebbc6133 0.00 MB 11 0
105,084 105,084 0000000000004c2d2ad1ebb9270db61cc67024f0e725a0a439565b36e6871693 0.02 MB 36 0
105,083 105,083 0000000000027d8399bc7662042bd0ff94c56c78e91e39e383125f7e380ca6c1 0.00 MB 11 0
105,082 105,082 0000000000019e409e4f8b1a821a3440d121816046053a13f2e51a44484b6e79 0.00 MB 13 0
105,081 105,081 000000000002ba9225e83b194a4e5a71fdb800497f92de01db623841caa22253 0.00 MB 11 0
105,080 105,080 000000000001e220aaffdbe6638e38fbe03d38df448aad3c80a03808909a885b 0.00 MB 12 0
105,079 105,079 000000000002f08a0539be8f214785a6ee2bdf7d6360d5c0cf5565e28b275cc9 0.01 MB 33 0
105,078 105,078 00000000000123b472bc517e3064d45cc89f7fc97a989cb77a3d5367a22d59e5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.27 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.41 GB sent, 94.29 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.