Memory Pool Memory Pool Refreshing

2,798 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,814 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (608,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,438 299,438 0000000000000000268f1122bbd753c247ccd8b717687d47f0c7a4b27f258c81 0.35 MB 419 27
299,437 299,437 0000000000000000855e5f582809927597ec69a73b58cbc6267fc33ba8821995 0.09 MB 256 37
299,436 299,436 000000000000000086641b384b0c2c110a864d53eb0520194d08d26c2ff11762 0.02 MB 32 31
299,435 299,435 00000000000000004fde0dde45a50220cf73eee753663843f50cd14308f240e9 0.21 MB 329 29
299,434 299,434 000000000000000058b4dc774474634b8f4a24a1b8034e7756eb755676a91a7f 0.03 MB 77 5
299,433 299,433 0000000000000000181224e6e9deb134530f7d87fd5007cab0f2f9bbdd768c82 0.31 MB 624 33
299,432 299,432 0000000000000000424e57f0f875dff6fc5e0bd68786337dccec53cd60391e4b 0.10 MB 210 29
299,431 299,431 00000000000000001d86906ef7bd20442810be3d343cd0047553cd6f58b1b734 0.34 MB 650 31
299,430 299,430 000000000000000007a4c604a54a0b8e0b345a9d9ed89a78f1c98c20e47a442b 0.21 MB 411 32
299,429 299,429 00000000000000003743ea516fcdbba2f896ac38577081aebe8789c8e480c211 0.06 MB 147 32
299,428 299,428 0000000000000000662b3c896c6d446765fe8c581c479d95421d9e4b2515bbd3 0.50 MB 495 16
299,427 299,427 0000000000000000442e2c05133fba12af11d563b1b47a7158d6ab2032352c36 0.35 MB 1,017 49
299,426 299,426 0000000000000000269ff764b78a0b7763d3685a13ff1d22fbf2db0c57c12ade 0.10 MB 256 47
299,425 299,425 0000000000000000278d885bedea24d1a7b3aba44b4682db7f48346b57e5dadd 0.32 MB 550 31
299,424 299,424 00000000000000007190c09db9ec162f32393374a3e0e004869dd730efba03f5 0.09 MB 256 46
299,423 299,423 00000000000000004ca94aee4d9b4da31fc61bc2f9879056841bb0a38db4a22c 0.23 MB 435 38
299,422 299,422 0000000000000000633b124be0e253e99fde36fd580e1f97555f2a4ae1fb33b9 0.38 MB 697 36
299,421 299,421 00000000000000002c42d06ea2e8287979cee49b31e7f91506bb70376636478a 0.35 MB 600 25
299,420 299,420 0000000000000000243e20f7a5afac70db479c66c03b2d2c3b00ef352eb3f27b 0.35 MB 914 51
299,419 299,419 00000000000000000c04357f5610dcd64a713667a6157b2c356989e2d5dd2b4a 0.25 MB 336 22
299,418 299,418 00000000000000007e1c86ba01325242ebf6328c0c0e6c84458f3d0c74d1b7b3 0.14 MB 256 37
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.