Memory Pool Memory Pool Refreshing

2,254 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/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.67 vMB 2,248 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (252,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,419 655,419 000000000000000000007b77e51af0e14dcf0621c35e0fe553fda1c859414c37 1.07 MB 2,406 29
655,418 655,418 00000000000000000009655cd983683a84099156f0c40c9a5dadb4e2067ea471 1.18 MB 2,791 57
655,417 655,417 000000000000000000076bf1fea1feb6c45c919fe3927e3cdd97410e6f7c3d2a 1.32 MB 2,428 187
655,416 655,416 00000000000000000005bd768d8080e627027a1e0b68359e82b849d484a6b5e9 1.22 MB 2,274 110
655,415 655,415 0000000000000000000904ad60efc49eed27e4322314482e52ff93326e9989d7 1.16 MB 2,425 83
655,414 655,414 0000000000000000000afb35386448470ecec706ba8a3a526873cede57ba5961 1.24 MB 2,550 134
655,413 655,413 0000000000000000000111f46275c9883c9d8d236accaf4e81bded4205589216 1.20 MB 2,464 81
655,412 655,412 00000000000000000010b4891ab2f2a157ad2b6f9eb9f4b9b160e10c7026bf2f 1.25 MB 2,856 110
655,411 655,411 00000000000000000001cca654682d0ad2b4326fdbc7686ded4a0db4c803b419 1.46 MB 2,440 224
655,410 655,410 000000000000000000107d0d8e49e54fc0bcb9c48af3c67f87097ee59209a81e 1.40 MB 2,484 330
655,409 655,409 0000000000000000000a96b19e71b6a12618704a504b74f6179220416d1a59df 1.41 MB 2,104 190
655,408 655,408 00000000000000000007825ae2a70013045fb51098dfa21f30df16e4762f4f31 1.45 MB 2,699 342
655,407 655,407 0000000000000000000f84f730e3d7012aa2c44e2ed7024df1efa5a651ecb3ad 1.44 MB 2,628 101
655,406 655,406 0000000000000000000b9f52dde91168c06036839a3fdadc3067e21c5454e197 1.33 MB 2,614 262
655,405 655,405 00000000000000000010a86f0aa72ec5a0b662aa776d80e0bf52b6d27f17ba4d 1.45 MB 2,737 343
655,404 655,404 0000000000000000000c0a5d8b8eae7e79471d47c32a8acf167eb418619040b4 1.20 MB 2,391 69
655,403 655,403 0000000000000000000b5ae3262e5143da30d61765162a40d49f81fe278d9ac6 1.35 MB 2,590 192
655,402 655,402 0000000000000000000bbf1caddb3c54d6a5b063bdc5d4d2f2de90261a79860e 1.42 MB 2,342 196
655,401 655,401 0000000000000000000c6adb4103327937eac414c3eba7859625e9671344c169 1.42 MB 2,589 195
655,400 655,400 00000000000000000007e727fad072b48a7652c998f3b5a5244c695abb5eb050 1.33 MB 2,827 334
655,399 655,399 000000000000000000026489591862ebb49feae090bb5893e886d60bca3171a4 1.42 MB 1,338 15
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.76 GB sent, 94.08 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.