Memory Pool Memory Pool Refreshing

497 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 460 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (163,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
744,318 744,318 00000000000000000008468f78ccc572e2bdf9c5dfa4e641eb54b68586edfea3 1.51 MB 2,527 9
744,317 744,317 000000000000000000053418a8502dbc6c5a58303e7573f04fbe97a70ac6c0c8 1.26 MB 1,818 17
744,316 744,316 00000000000000000008850f5d8a65f23d580c7a1c0cd27a4f242edc1fe8bcb4 1.41 MB 2,598 26
744,315 744,315 00000000000000000004e215ae1af72e2a651c17cede2890b16fd9ed576967aa 1.51 MB 3,285 32
744,314 744,314 0000000000000000000850a28664f06183ca87f3bf7c2f37a1572715dd1c1e21 0.34 MB 444 15
744,313 744,313 000000000000000000062e344f321c2789445e80aa7d68b6bc2a688a0bb5d950 1.42 MB 1,473 11
744,312 744,312 000000000000000000049a5f64153078219b447cebb838fdcb486dd403b9763d 1.59 MB 2,349 18
744,311 744,311 000000000000000000078675bbb7e7c5e66ceca0bedac57de0501e1ab36532aa 0.11 MB 205 18
744,310 744,310 000000000000000000065aa322b5a9196c1d126a03bda72f0a8f173b76923877 0.04 MB 112 15
744,309 744,309 00000000000000000008a400348397da699b3b2052727a1bc98190e2f959903e 0.72 MB 718 7
744,308 744,308 00000000000000000008b5d632eed3e56f299888393a63f0c3441fd00914671c 1.76 MB 1,079 3
744,307 744,307 00000000000000000001b1828b1b1e9104f3e6b9b8082c319b87a76ec210359c 1.78 MB 1,439 1
744,306 744,306 0000000000000000000543afe81089566144939b7cc23fbbb291890bcd0ad37d 1.48 MB 2,855 12
744,305 744,305 00000000000000000004b92958ac8e47769d0284d1313a4dc88a5acf81b8a336 1.66 MB 2,422 13
744,304 744,304 00000000000000000000ccf5bbf001b8f878ae0bf813481fc810f9d1bec71b65 1.66 MB 1,358 9
744,303 744,303 00000000000000000001b6c342c378c3cf56a2d86c394e00df8a86708a52a4ed 1.49 MB 3,248 25
744,302 744,302 00000000000000000003d8f20efc3ae2884a804146c3993d6cfd6e3255323e2d 1.46 MB 1,661 8
744,301 744,301 000000000000000000003b02d78103b29f88f53b4c0cf9fe72cbcb9e1992b555 1.53 MB 3,417 8
744,300 744,300 00000000000000000000da9eeb6c88213d9142dfc124b25a58cd52391ec031c7 1.71 MB 1,635 10
744,299 744,299 000000000000000000010e07a2740ec53ee8a9b53fdea0b3732a2fa3c08bf03a 1.15 MB 1,110 21
744,298 744,298 000000000000000000078df0483775dc51d7e6309f592a3670568010ea8f23c3 1.57 MB 3,707 19
Previous 10 blocks ↓
Total Size: 769.10 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,628.85 GB sent, 93.39 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.