Memory Pool Memory Pool Refreshing

1,003 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,962 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 991 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,961 (56,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,664 851,664 000000000000000000006d1994c30b7aeff445cac9977fe530f4e31971c4f341 1.55 MB 4,933 8
851,663 851,663 00000000000000000000cdd523687d816f1b986da5200951b2fd3317df0acaf3 1.66 MB 6,138 7
851,662 851,662 00000000000000000003498111b83de884e45006088a53a04d56ec8cc4fa19ea 1.65 MB 3,979 8
851,661 851,661 000000000000000000028c5d3d520748e0fc2590e37a0cae923f02b75b973ad5 1.61 MB 7,498 5
851,660 851,660 000000000000000000018b0dc7f062a914fc621ecf3e260a60f401aee6d5cdbd 1.69 MB 3,172 11
851,659 851,659 00000000000000000000733a4119fbbd95b3052d86c29f4daf7824ea3f7f60a2 1.51 MB 7,618 5
851,658 851,658 00000000000000000003281f0644fc0c3ec58a1eb77f188dd3a5ff6f33b7036f 1.51 MB 3,423 9
851,657 851,657 000000000000000000019d5a73551147e8fa2536d1226c5e62bcaaad3a3fadab 1.56 MB 7,481 5
851,656 851,656 000000000000000000018eca9fa5a6bdac12c87dd7e97a9b6befd430e67148bb 1.68 MB 4,315 7
851,655 851,655 00000000000000000001bcaac45733253c552648932063fd98f3a82e4864765b 1.54 MB 3,727 13
851,654 851,654 000000000000000000027b52b457002a6b3eb0a869e4678537f357a3b2113cfe 1.42 MB 2,841 7
851,653 851,653 00000000000000000000ea410c9de45ce5670919fe23642cee7018bfa54bd61c 1.60 MB 4,770 10
851,652 851,652 00000000000000000002a620d05142e5450655747572e730ec620db21ecb49f1 1.51 MB 6,391 14
851,651 851,651 00000000000000000000e07f825346403ad0ebfed147f49a262ad945b0fa35bc 1.42 MB 5,716 18
851,650 851,650 000000000000000000034fa8f6a9740bab811c06828153a83beb38088d89b58d 1.41 MB 3,963 6
851,649 851,649 00000000000000000001d5b0c0e33be44606ff9ae855fb1039e1340334adca4e 1.45 MB 5,304 6
851,648 851,648 00000000000000000002d8877623f89a13b6d90a4abc222b4851fb48faeb3657 1.39 MB 6,896 5
851,647 851,647 00000000000000000000e2d6c570cabdc97b6abbc36afb3a4da2ba8b9028254b 1.62 MB 6,958 5
851,646 851,646 0000000000000000000170c30cbbe0a3bd97e28fc15496bf1af241821bb985cd 1.61 MB 5,610 8
851,645 851,645 00000000000000000002415507e1990c1ba649be2edb0d01880232aa69aa776c 1.55 MB 5,122 6
851,644 851,644 000000000000000000021b97760b853bc5ea0c07951d386841aa69b9f851444a 1.50 MB 4,841 6
Previous 10 blocks ↓
Total Size: 769.47 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,646.31 GB sent, 95.31 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.