Memory Pool Memory Pool Refreshing

1,340 transactions
0.51 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
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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (707,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,771 200,771 0000000000000385cd6e339a2d4795d095df794b274c61949bd61ff426dd81d8 0.20 MB 355 128
200,770 200,770 00000000000004df7894fc5b81ac80d6caab752d907e31a4211e85cb3c70314c 0.02 MB 47 29
200,769 200,769 00000000000001a1d41bb4146f2e291f7be45bf2c6fa76676d5bdfbd95bbfd07 0.10 MB 158 110
200,768 200,768 00000000000002950e13a2dffb8c97ff3cf44db8f0ef7b98d83b0f86806e1ff6 0.14 MB 319 148
200,767 200,767 00000000000000f146020cb2663ea9268ccb38a3bfca48b8ce887390a78f2898 0.06 MB 170 138
200,766 200,766 000000000000019330d28e0ae3a2cbeeead71fea352b7f393d06b382d2ebd855 0.02 MB 67 45
200,765 200,765 0000000000000352b109956999f38c839c1e1dfdb47c4ef1a68d16e3effd8aae 0.12 MB 255 261
200,764 200,764 000000000000019a86bbd4af5e1e1991581fa1455fabb5d77f4cc79b1215cdb8 0.05 MB 133 117
200,763 200,763 000000000000026f42f494bf359e4063a0fddd39549ec6a899c7978cf4b056ca 0.00 MB 9 53
200,762 200,762 00000000000005641553868d277bbac88e44030314f971b38e91c389d5380a44 0.04 MB 86 185
200,761 200,761 00000000000004e69137dd9312232fa8ff2fdcb4cddf03090c18d4d4ec6c87fc 0.01 MB 23 76
200,760 200,760 000000000000006e3853d46f683e5833ce9ad31218459b64fdcc269bd7b123d8 0.16 MB 323 51
200,759 200,759 00000000000001ed45fd59a6bf71b29664cdd5e149321087bc2c03c22f374ea1 0.18 MB 499 153
200,758 200,758 000000000000009841d97a0fbe018911c253a96eb59e58647a34033ca8c8d2b1 0.14 MB 289 105
200,757 200,757 0000000000000534c1a4960b2c2c6d7f0dacb2e10c89c81de9b3ee487bffd620 0.05 MB 114 167
200,756 200,756 00000000000000e0bb8b6024cc0bf8cb5df2e8f800c3e53176f7bc2b67cac25a 0.21 MB 687 191
200,755 200,755 0000000000000328ac5fc654034d3450f7c9d277c5486eb09cb59bcd9a69c4f2 0.42 MB 1,040 132
200,754 200,754 0000000000000079886ab7ec7677b931f38eef50dffc2b0fa9056b1c7811a51a 0.02 MB 50 92
200,753 200,753 000000000000059560837cf24df562581cfc8b3ba9d27a754ef429520c621acf 0.05 MB 180 124
200,752 200,752 0000000000000229b2e4ab05c1d377ee523245aa42f63bd88525b795462e7af7 0.05 MB 151 60
200,751 200,751 00000000000000d6a1bf1e094ef474eccf7e0d3fe33be29d148938ffa4af6f26 0.05 MB 144 218
Previous 10 blocks ↓
Total Size: 769.56 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,649.17 GB sent, 95.73 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.