Memory Pool Memory Pool Refreshing

1,540 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (801,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,834 106,834 00000000000263651ccf50465f1936c942ef06e54522344f5dfe483211da2fe6 0.00 MB 2 0
106,833 106,833 0000000000016c21c859d25db3ee8979148965a240c83fa3ca24d84c9c9855cb 0.00 MB 5 0
106,832 106,832 000000000002b41aee0fe9444caac4818025e9f378aeaff762cbe419e0dae1ca 0.01 MB 28 265
106,831 106,831 000000000002c1b2272b14309f58401dac8c7f1eeae7be135451f6d42228de89 0.00 MB 1 0
106,830 106,830 0000000000010d7bfacf081c5ceaeef06b86ae030c0d1475982161ab05c3076b 0.00 MB 1 0
106,829 106,829 000000000002f8418b23970b5e931c48a3a8cf80a706e9682b4d6076a97bef93 0.00 MB 1 0
106,828 106,828 000000000001ec6e49139d1d6decd4b675625d508ae7f0d867e26f7ed91a12fb 0.00 MB 1 0
106,827 106,827 000000000001876060e25a344387429f6f92009061ba6b186eed31e52d5f376c 0.00 MB 2 0
106,826 106,826 000000000002f6b3ad7bb68c4b42a8c969cba349b377451de6f05a75622f55e7 0.00 MB 2 0
106,825 106,825 00000000000045687211ce2ed49ec85e3aa34d1135f0ca37a78dc1e742aa2e98 0.00 MB 3 0
106,824 106,824 000000000001d6654b844c42dacd65d9c9524b7a665dc75a2cc14b0ed097455b 0.00 MB 4 0
106,823 106,823 000000000000761321430d7986d82f5d0cfe4b64536a9536b740fa132435741d 0.00 MB 2 0
106,822 106,822 0000000000020ebad005460922c25f03125646fe01dda15a3dbe09b0e89acd68 0.00 MB 2 0
106,821 106,821 0000000000024016305878a01068c5f5e1afc1497b5509d7d981a36fece57fc4 0.00 MB 4 0
106,820 106,820 0000000000012dc0f2c26ba21b3050e9bae8f0b7626977eaf77202c7bf1cac84 0.00 MB 5 0
106,819 106,819 0000000000001e7553fbb6cff2f80f9f79a25556f7e589fad479df07b9438e49 0.00 MB 1 0
106,818 106,818 000000000002aa1e5331099bda2df44c8f39743111b5a5fbabae2fc43e905c34 0.00 MB 2 0
106,817 106,817 000000000000335e643d23c9d74f6f805df525e9e754a7d10abb114430e65f60 0.00 MB 1 0
106,816 106,816 000000000000cf65065dcb6a8ada1e1288e3bb3837a632f092823de2c1c0f756 0.00 MB 2 0
106,815 106,815 000000000000070fdef30dbf4b2ec16e71bb2143290239427ba0720d79aa8636 0.00 MB 5 0
106,814 106,814 000000000000e12ae2fa11657fb25e5520ea76a06a5fc0d2d5ca81572798fd8e 0.01 MB 21 0
Previous 10 blocks ↓
Total Size: 769.23 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.75 GB sent, 94.07 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.