Memory Pool Memory Pool Refreshing

6,850 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,769 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (782,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,303 125,303 0000000000003f5a18e85e0783388e22780ee526c806cb2ffb898f4d0c7ec9a2 0.02 MB 39 515
125,302 125,302 000000000000200c45fae358eaec43540fc1b653d537c5696b96f71f592b19b4 0.00 MB 8 3,167
125,301 125,301 0000000000001334cd7d7c2b46239efe5451e9b9eb9c2326db47fd7e0cdf549d 0.01 MB 19 239
125,300 125,300 000000000000252297edfa2047f8743f9cc987ebe98995f01ed0c3c44d1b574d 0.02 MB 41 1,051
125,299 125,299 000000000000053fe76087715f40c49bf84a2519a3a303579e9c4a10ed37c817 0.00 MB 4 2,179
125,298 125,298 00000000000041a3fe8eb80c3860c3c1655054a3ee6612aba4792ba35c8270c2 0.00 MB 14 0
125,297 125,297 0000000000002845da625c14ce078e02ff08b20be4af56e5068a35850de3edd1 0.00 MB 11 0
125,296 125,296 0000000000003a028079e97c2376166c43f9f07277d4f9d58fd5b925b4dbc481 0.02 MB 59 1,581
125,295 125,295 000000000000115662afc1045e3180e7d44777c04224f065060a3b3638f88431 0.01 MB 27 1,092
125,294 125,294 0000000000001fc8978e9a99ce2fc6bc8c8943059f7b3ee5e99453ee857624f6 0.00 MB 8 168
125,293 125,293 000000000000273adf33901988ba4999a48e4dbb5c5b94ba055b26d0b7f4a5a4 0.01 MB 25 782
125,292 125,292 00000000000014c5f5abcaf244ff383abec0b6291dc46dcf756686e8b36e24f5 0.00 MB 13 744
125,291 125,291 00000000000036a51ea198cd4759ab58844055da966a32d6f536105e9d4670c1 0.01 MB 20 1,494
125,290 125,290 00000000000008c42050885f8e1321a52a3d75edc79adab8542c7eef0ab6a829 0.01 MB 22 577
125,289 125,289 0000000000001bcc6883c400e3ea41ba08f6e0494b0e69123b0949d1726fc0a7 0.00 MB 7 660
125,288 125,288 0000000000003471d291f149fbe81d5a959ab41f27b9350e23698316569d01c5 0.01 MB 30 165
125,287 125,287 000000000000270b6f4aaab64c866ea5fb9ee947a4c465e0e772a4f06bd63893 0.00 MB 4 0
125,286 125,286 0000000000000ef94bb81db34e37184a1ed321168b009456b1b653a87b36697b 0.01 MB 15 315
125,285 125,285 000000000000438e907be263092a8e4b1ba7bd2696dd49df9dcc1d3729c3c140 0.01 MB 22 157
125,284 125,284 00000000000010225fb3cf4f60f91ee843a52c3f8b33e41ad1cbd7fa8e50a2f8 0.00 MB 12 924
125,283 125,283 00000000000029c44080428e6a54051a1c8e48ab4bba2427d8a383f47e22914f 0.00 MB 11 816
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.