Memory Pool Memory Pool Refreshing

7,484 transactions (2.86 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,881 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,793 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,880 (878,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,503 30,503 000000009b2bda27563639ebc89b1b12efba7dd2e5b1787856c0fb4b463b8201 0.00 MB 1 0
30,502 30,502 00000000a47d4cb54f6a41bd09e83f33a654793f2a3356350eed9497d9d49c7b 0.00 MB 1 0
30,501 30,501 000000002c68740c7e37eb5e5655bca25786fefd444c36f99691a7e52ff899d6 0.00 MB 1 0
30,500 30,500 000000005170dede6e71a5395756a6c8e10fb1c44982dfdca739ff688187541e 0.00 MB 1 0
30,499 30,499 0000000021ad96e135ec2ceade38a1e39a8992c0ede5a1af3150b9f4f616821b 0.00 MB 1 0
30,498 30,498 00000000311eae4c04a26e4a9994638350efd1a00a510863c5dc703902590f28 0.00 MB 1 0
30,497 30,497 000000000845bd9a08c61fce684022646ff000b53d84ebc26c10cfcd3d90f2e5 0.00 MB 1 0
30,496 30,496 000000002baceb93d1a06aa09b9caf79bdd66cf59a3d83710d152386ff7a7eb1 0.00 MB 1 0
30,495 30,495 000000004fdf3dbc68190123cd080107fe451d81d661fde5bd88f9032eb81f41 0.00 MB 1 0
30,494 30,494 000000007581dd6f96d17066e5b3e03d978a344b9f45fedbc026a5b6bf917350 0.00 MB 1 0
30,493 30,493 00000000de5aecd3a31c21e782d23df86430cbeb3e9860bee39b0628d19ff2ef 0.00 MB 1 0
30,492 30,492 00000000a5f7d662e55d9605b664e5b38b1cb355878eb1d36d3c43505ef4ada1 0.00 MB 1 0
30,491 30,491 00000000d560ae6923880a85da97c57b9e0b8bebb9933f77e71e1957bfbbdceb 0.00 MB 1 0
30,490 30,490 00000000ac554d2ecf7206023e67fda8a36eb292870f4e9bd5e0e53e19ee6447 0.00 MB 1 0
30,489 30,489 000000006b3559b2035a51ada7db49decd64b053289f1ce94af894accafcd1f2 0.00 MB 1 0
30,488 30,488 000000004357357fe8d406a12754e4e9b70bcec7938b64b11c20525f7546c64e 0.00 MB 1 0
30,487 30,487 00000000ab08158e77af73e525f181dbd2a83578514e0ebec3f1b1e247f7d13e 0.00 MB 1 0
30,486 30,486 00000000204af1a9956bc1ac7c37c53db3ec7a62895dac1feb71f16131d61033 0.00 MB 1 0
30,485 30,485 00000000a5685a446402ef685c8765c248f4f3dd9d29c0debbe98be3dc238e00 0.00 MB 1 0
30,484 30,484 00000000ba8098499f4abef1bce62f1e20da8b2d60438e9b5a3e912481c0050d 0.00 MB 1 0
30,483 30,483 0000000001ee53105bb8e6b7a2454ea6c3ece516291b2a7af4efb92a3d51b573 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.33 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,862.91 GB sent, 103.83 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.