Memory Pool Memory Pool Refreshing

1,750 transactions
0.53 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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,731 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (880,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,356 28,356 00000000e29559d287bfdb93341986e6a58327f9fd35649aa11247dc6c754456 0.00 MB 1 0
28,355 28,355 000000005dbe9cb165306f115a317e1bdcc96ccde39059a1c715c211c557ba30 0.00 MB 1 0
28,354 28,354 00000000b5df1a437ed70eb69d981c5ee1ef8ff9a45893d5a1525b25cf9195b0 0.00 MB 1 0
28,353 28,353 00000000e4ff645dc6bc446a00b269a9081f81a641e68cae5b459185f56c1208 0.00 MB 1 0
28,352 28,352 0000000034f6166bd029a034ba8d41768ceec154b2202ffe70397c55af0be0b9 0.00 MB 1 0
28,351 28,351 000000006a71d2ee5431034cf049b685d792b9ccf951171536652ec02aaaac09 0.00 MB 1 0
28,350 28,350 00000000d7148ed67d48052961fd0aed40162b8813c961fb8ed61429b8743d75 0.00 MB 1 0
28,349 28,349 00000000e822940f64bf6555d7be5a5bdb199695bdfcefb6c582bfcaed8a8570 0.00 MB 1 0
28,348 28,348 000000008b9e5f7ebbf97965bb74a3f4e1a20584cdcb7348493850ddb8368ba2 0.00 MB 1 0
28,347 28,347 00000000cbadd890cfbf0f05d9101b87fafc0abb7b0b15b4f6f70f1c7d378e68 0.00 MB 1 0
28,346 28,346 000000006d67346141cd8694c93a4bfeab76ddad86482226390b2cd0673a863c 0.00 MB 1 0
28,345 28,345 000000001e6868e093f635e98d2a13cdbb50f2dc29128b9defbab2a6ef5f1c1a 0.00 MB 1 0
28,344 28,344 000000000d2a59ad657727201c689eb27a92f4981ac6e8170b0d25923f94f885 0.00 MB 1 0
28,343 28,343 000000004f6eecb3cfd2e9fea7cf68583d8e0a9e75f847cdd2a0d3ccef97c275 0.00 MB 1 0
28,342 28,342 00000000520cc469b8ae98b826670b848ddc271a5e45e8b02a92125345607237 0.00 MB 1 0
28,341 28,341 000000006a975562a9fef368905ab45478b8582b4d031f518337275bbec3cb28 0.00 MB 1 0
28,340 28,340 0000000070ca549565a2e06f4e02efea744a51c9735a1048d7470d4645b83591 0.00 MB 1 0
28,339 28,339 00000000da155f12f25d3345e2b460d3e3484645fe71c0c6b5b4043648842832 0.00 MB 1 0
28,338 28,338 00000000969341038560cad67b35205386b277b66610b6f8a64c8b5e23abc97b 0.00 MB 1 0
28,337 28,337 0000000089f91c8718a0547f9e3adc2db119216e637e2fcb7fe63673863abf6f 0.00 MB 1 0
28,336 28,336 00000000e6f342527a6b67e73be5c1978bf998d1825605d638546d6dd3a7f5c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.88 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.