Memory Pool Memory Pool Refreshing

1,657 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,646 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (240,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
666,822 666,822 0000000000000000000857ec8982dd61cff2aa5cfb3ef5b82af36d560bc1086d 1.22 MB 1,828 98
666,821 666,821 000000000000000000055d7c329c11a078d329ffdfbea375935b80146e4df686 1.33 MB 2,476 64
666,820 666,820 0000000000000000000399477d58eff985608cfc60168fbd9ddb194b8b32947f 1.55 MB 1,306 40
666,819 666,819 00000000000000000002a7f611fb61dd43ffc4af32024a7b936fe7d2a0c853d9 1.19 MB 2,994 49
666,818 666,818 000000000000000000032d5080f5a5c804974031deca107d6486301a4724b453 1.25 MB 2,847 61
666,817 666,817 0000000000000000000121cd680234b6bb82cee495706f4ed5f4019b8b8e5bd6 1.47 MB 2,931 102
666,816 666,816 00000000000000000005b90cda5d8b11f7a97462bf1c940df8bc8b355842cf8d 1.33 MB 2,548 62
666,815 666,815 00000000000000000007bb8e6502bf24399574e46b73bf8aa16e83376e8818eb 1.36 MB 2,740 62
666,814 666,814 00000000000000000002c771de94f9f66f1b0c935a644e38e68a8139386baef6 1.37 MB 2,696 86
666,813 666,813 00000000000000000001341aecf96a04cf279813bcb20e0b7cc795494543818a 1.43 MB 2,695 100
666,812 666,812 00000000000000000007d1fe4a785ce4fed5aaf892d9f2dc99de6ac569379a84 1.31 MB 2,168 96
666,811 666,811 0000000000000000000b70d46f5e0c952ef94946b7cd72bc45ce3566610d2df1 1.28 MB 2,327 102
666,810 666,810 00000000000000000002536cb9e40a275f17fb325af77d557dafb9f699058e55 1.32 MB 3,024 75
666,809 666,809 0000000000000000000b2603f33bc774196d32051621d263eff3751bbd93bb06 1.26 MB 2,645 84
666,808 666,808 00000000000000000005e30a63e0665f8af320620ee018c3c69e010e895989b2 1.40 MB 2,827 94
666,807 666,807 0000000000000000000d9093ac0abcddc7d1c28d398c8487dd58d36afb933284 1.39 MB 2,780 112
666,806 666,806 00000000000000000002fd72e6f6b17022c0ba3afd780a3eddc32d088a67954c 1.42 MB 2,325 75
666,805 666,805 000000000000000000017401fd88933175e19a38f17747de78091c5fe5348482 1.44 MB 2,733 89
666,804 666,804 000000000000000000059036a8d73a68ec28cb54c37cd4f778f32fd53f3b365a 1.41 MB 2,481 105
666,803 666,803 0000000000000000000bd77c585299e913ee50b8216a5a9e368963e9d4495dda 1.50 MB 1,504 55
666,802 666,802 00000000000000000005df8e2a98db6ea652adb5b8b64e86fd39c8047bc09f63 1.24 MB 2,909 62
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.18 GB sent, 93.27 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.