Memory Pool Memory Pool Refreshing

479 transactions (0.19 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,108 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 463 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,107 (855,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,009 54,009 000000000939039d9542f1a01cc2d29e25089b0f2e59c372cc698882852087da 0.00 MB 1 0
54,008 54,008 000000000af7e0898acd5ef0cd5d03806d346d459f41691e16173653c8bf7550 0.00 MB 1 0
54,007 54,007 000000000fed4a0f013728228daf9f6ca34f882e88107b6f116dead3b7938f0e 0.00 MB 1 0
54,006 54,006 0000000000d7253adacc2ddec37230c374e64fe40c5355e8509899135149bd9f 0.00 MB 1 0
54,005 54,005 0000000014532a817cd31a667f79f883288a5c739dd451bedf1aec4be6face19 0.00 MB 1 0
54,004 54,004 000000000e9761fd7eab733d497a7fe5687fe4eccc52f6bc0817999695644881 0.00 MB 1 0
54,003 54,003 0000000006ac4aba898d015f862f67a6a010619180dd1ec152624236ca8e764c 0.00 MB 1 0
54,002 54,002 0000000012945bd3bea03e5917acc11aaddf0f4db93f89d8bfc54f9c5f3df4a3 0.00 MB 1 0
54,001 54,001 00000000100403d4ad879391f3fe2d80f2936eb2dd6389b81ade62ca6e3dd0bd 0.00 MB 1 0
54,000 54,000 00000000144197f54afa21ae7db2bc93eee604432101fc0ebe7966a52bb27e61 0.00 MB 1 0
53,999 53,999 00000000111273f39a00ec852fbdb3cbbf9ce712f7fac78db683b9fe42a4c3db 0.00 MB 1 0
53,998 53,998 000000000a77076c7be788f1bde8702cdbf948ff424d925b4e6e1758fe89b50e 0.00 MB 1 0
53,997 53,997 00000000128dde2366704eb62438c9eac5fabd03956cb324aabe41507c59ab69 0.00 MB 1 0
53,996 53,996 000000000d07945f62ca7904b5d1072d818265d1848f0379088dde21e9a66352 0.00 MB 1 0
53,995 53,995 0000000009ec26b1fb6ebc2edf9a65c09ce53fdae49c69e61508cf548107a88c 0.00 MB 1 0
53,994 53,994 000000000cd511ee25e3c30781ba33c665a245f4062f2508e5b85b5bb23eee3c 0.00 MB 1 0
53,993 53,993 0000000006230cb9497ddc3b8c35d0d86247fadbb08d6ebd535023db61120e02 0.00 MB 2 0
53,992 53,992 0000000005c9811eac368bcc4dc699ad25411dfe54e7c83267788a7af08d4b38 0.00 MB 1 0
53,991 53,991 00000000074e141474386e23c942b33e688f9f7d6157c7726c8c7898e018c38b 0.00 MB 1 0
53,990 53,990 0000000013a66fa5ef90a8128a3bce2a597db65dd7df739838db8b8802675f21 0.00 MB 1 0
53,989 53,989 00000000083013258fe8b952f97d4ed308ae9d8c667c46ada0bab904862cb4e9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.74 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,922.98 GB sent, 106.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.