Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,521 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,520 (859,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,564 48,564 000000001e2d85c801d6aed4fb8ae0a6083558123226b2d2c44e109d44c757cd 0.00 MB 1 0
48,563 48,563 0000000015f7134f0b4f90b7374a3a5318095345a1dce8c6d8c4b90bf6f076c4 0.00 MB 1 0
48,562 48,562 0000000013fec86c8981716b29c9bdd72d8304f6a3cb326f9554aecc44a96147 0.00 MB 1 0
48,561 48,561 0000000029d1a25df0082bcf5ca8bf49ba255ef20fe5bec5997cb9b23fffd3fd 0.00 MB 1 0
48,560 48,560 000000000f317c7591af1e15221f8a0129ebd6503565dc8de15bfb072b629355 0.00 MB 1 0
48,559 48,559 0000000001f1923deb527d17ee290ec392ab536f522d1f3d82b8749eef4e5005 0.00 MB 1 0
48,558 48,558 000000002311ef283dc3d7441cc04a029bf5b7d60bde0bcef9b25d813b3b7b9a 0.00 MB 1 0
48,557 48,557 00000000203926d05845a08b0d3d63ceb08c52b13d11ab2fa5f3847ffc438a16 0.00 MB 1 0
48,556 48,556 000000000e5eedbd9d4b368514f8621802f8daacb0115ad5f098f795fafb8173 0.00 MB 1 0
48,555 48,555 0000000024634344c196d7eda3d80b48451f60cb76ff2e706737c79b36737c49 0.00 MB 1 0
48,554 48,554 00000000032bcbfe6f1ca96c89f1c51b7f43bcdeba2bbb48b1a41331ceb8656d 0.00 MB 1 0
48,553 48,553 000000001b44244f0c9e09962b8a7828ef27774f81c7339807a6c9f808cabd21 0.00 MB 1 0
48,552 48,552 00000000135396346f0244fdea86e522454aa867c40cb9cc43c4f3662f6b98b3 0.00 MB 1 0
48,551 48,551 000000001a820c82c9fadeabfae8dfde60cf0e305731e895c059b17c877991d8 0.00 MB 1 0
48,550 48,550 00000000287aac8d8e6c7ab0a9ee872b90a5b815ed154ad329ade8e8a6edcbba 0.00 MB 1 0
48,549 48,549 0000000020c8efdf5e3a9f44d603550a156ee3af6075ad8bf0f3724e0af74ef8 0.00 MB 1 0
48,548 48,548 00000000229b8f7f97fd1862f5043c3b8766c445278d902664710286a4259db9 0.00 MB 1 0
48,547 48,547 000000000a67ef996cc6f4bc0d98d79a224fecdf2dbabe09e212ffac016bb070 0.00 MB 1 0
48,546 48,546 000000001a06a0bbacc5e2cd2ed328bedd145fa4407db03ded9dbd09f41dd3f2 0.00 MB 1 0
48,545 48,545 0000000017d9dfebc5d1c5fe8b9839f06429c46cc3c3e20c2c2d368da4ebe7d0 0.00 MB 1 0
48,544 48,544 000000000b5da4e5e3ceb4f310aa97f7cf8158d0085c118e529d97d96f3d7be7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.66 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,840.38 GB sent, 100.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.