Memory Pool Memory Pool Refreshing

2,351 transactions (0.90 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,775 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,349 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,774 (840,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,033 68,033 00000000019263b7789bbba92064a0dafa64c2b9963bd5b3a6240911329a8fe5 0.00 MB 1 0
68,032 68,032 0000000003cc6a519c732d3cee40c7811cf7b62de2e3fcf32f1acef678c471cb 0.00 MB 1 0
68,031 68,031 00000000039b09affdaeea5fc37f415c86f25e19565c2823974d2ea50840826c 0.00 MB 2 0
68,030 68,030 00000000007b0fdfab095354f6f1bc5dbc078bc71d31bfeb15bd396731d02d29 0.00 MB 1 0
68,029 68,029 00000000015924c99fd7c39902dbf3694611cde7a73d5d28d0b7a1ae6ee22a54 0.00 MB 2 0
68,028 68,028 00000000010c19845f51b0173b385a936a19de0c47048bc4d7628c6bcb4c61e9 0.00 MB 2 0
68,027 68,027 0000000004e6f5a32b136ccb87c0baee534a7c1bb577e4bf0761a1506355665b 0.00 MB 5 0
68,026 68,026 0000000004d9b454a678a7bceb2a4a95eadfacfa0d0d7868ecf29c9ed3491e05 0.00 MB 2 0
68,025 68,025 0000000000dbaee77b0da63da45b81baa93918cb1c18f5b99130c3051f41e44b 0.00 MB 2 0
68,024 68,024 0000000003c414acfe2bb9b97e889caeaef5544c34ac2843b09846e3a9baaf33 0.00 MB 2 0
68,023 68,023 00000000051130e1724a407526ce9f159f0c6827aa4012b13475b9a0e62aa1da 0.00 MB 2 0
68,022 68,022 000000000303d2060e8d0f99c4d64c0d7c4a23a4180d79447192645313bfda5a 0.00 MB 2 0
68,021 68,021 000000000011967fb7546c88bbdcbbbfa64e142d38a6ed8331ecd2bcb55cca19 0.00 MB 2 0
68,020 68,020 0000000005667e82f1c717bc7200b49c92d91d709bf20285d2a6ef23d6021114 0.00 MB 1 0
68,019 68,019 00000000005c6f9fd68223dd5142c5761dbdf1657f7af9997dec42fd8735efbd 0.00 MB 1 0
68,018 68,018 00000000018199cb6e04efb75ef67b9f7d904fcd3589b41b0352bc216021e412 0.00 MB 3 0
68,017 68,017 000000000121397af0983dd9aa7ec7d63422bfc06254e402f935fa7a83ec32ed 0.00 MB 1 0
68,016 68,016 0000000003783c52a020801c01d6fe6381443db492f8e9082eaa22e07085b55d 0.00 MB 1 0
68,015 68,015 0000000000cf5e083784d85965c9d9479aa41f61009d6d1bc7d1b79fe40c6114 0.00 MB 1 0
68,014 68,014 00000000050f5524ba4049effeda85f7a5169d001140ee921c33d967b82af001 0.00 MB 2 0
68,013 68,013 00000000049d3e94dbeaf5526e76feb83e06fa28073079b81ff39d83fef86251 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.14 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,856.75 GB sent, 102.69 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.