Memory Pool Memory Pool Refreshing

1,496 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
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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,471 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (182,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
725,687 725,687 00000000000000000000a3ab43126076d7d1e33cd1ebcdde3aee4061af527996 0.01 MB 33 11
725,686 725,686 000000000000000000092dbcf142954138c1ebe2db5db281066f878bfd27787f 0.54 MB 589 5
725,685 725,685 00000000000000000008ba22cbc53e23285f57f6a8c17778fbd8f995ae8bbc0c 1.53 MB 2,153 11
725,684 725,684 000000000000000000022d29fd1b7c78b70ab557aba795edc8b3ed2c6ac1c82a 1.41 MB 2,389 19
725,683 725,683 00000000000000000002f29161e6b3bbdf21b71b7fc95c9d3d916d8aab64542b 1.23 MB 607 9
725,682 725,682 0000000000000000000238ec8d5649c61aedc7ab0e433f3323f9fe85fcc46cd9 1.88 MB 982 8
725,681 725,681 00000000000000000008847be18fd9ce38c4321ffcf46daf9c416563ea5c1089 1.69 MB 779 7
725,680 725,680 0000000000000000000983c42771ac553367ba66174115e3a57b3230f65991de 1.18 MB 991 15
725,679 725,679 00000000000000000008818f587d5db9c17a377e16e2318bd0a96bd2efe09f59 1.68 MB 1,411 11
725,678 725,678 00000000000000000003fc5d7dfdc4585d12c640de7559c3f83a6fd64cd9e7fe 0.48 MB 588 11
725,677 725,677 000000000000000000024ff3867b9e718e423edb3bb1db58c4e422d83b745cdc 1.30 MB 1,625 20
725,676 725,676 00000000000000000000e341b6381eb6393f109ba18b83dcc5a312f03567df30 0.64 MB 633 1
725,675 725,675 00000000000000000003458358d0bec19bf0e9525e03e60914f2410eeccfc5d4 1.44 MB 2,324 16
725,674 725,674 0000000000000000000545e5cd2686075a0c575e9138341330ba603581a08e26 1.52 MB 2,056 24
725,673 725,673 00000000000000000002eb65c99cf8704b450aea768ca26f080711431b4f2173 1.30 MB 2,219 15
725,672 725,672 00000000000000000000368c902837d434444310c7543db7cf7ea33f2f43dfb0 0.41 MB 571 12
725,671 725,671 00000000000000000006fcf4425e180658ede1d3b2293f798b3c13d86059de93 0.22 MB 453 13
725,670 725,670 00000000000000000005e29cd0d334b84e341ab939e68e567be470472006a948 0.38 MB 598 29
725,669 725,669 00000000000000000001f0df871319b7a75e781e5ee48e261a83e6657f17a0dd 1.24 MB 877 1
725,668 725,668 00000000000000000008ef46eb0f9d2a5fc3b6428aef74dca59bf60254a8525f 1.84 MB 250 2
725,667 725,667 00000000000000000000e3b15a32b42bb8762269edfff6bdab35794f65be682e 1.65 MB 1,560 9
Previous 10 blocks ↓
Total Size: 769.28 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,635.44 GB sent, 94.29 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.