Memory Pool Memory Pool Refreshing

894 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,658 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 886 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,657 (900,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,167 8,167 00000000835a6f420cf1f0d6465e5a3d90a4a6707bb2e9357505b44abf510583 0.00 MB 1 0
8,166 8,166 00000000ba79f798c4ed1ec3ff1dfa86a70856fa6ab83cb6d67f16e6f9de4e62 0.00 MB 1 0
8,165 8,165 000000001de30cff4e1b00c0343aa622db0b2f5a2f61be7beb70344410d00f74 0.00 MB 1 0
8,164 8,164 00000000858da1c33337cb05b63b2f6a1897a32d1e8d71e54e6fba72311510e3 0.00 MB 1 0
8,163 8,163 0000000092b75372616c964eb3eac4c914fe79fb48aa9e8264bfecfc6e6aaab7 0.00 MB 1 0
8,162 8,162 00000000727061d8b632e2bdcf51984a2731f8ee595b0627e47113856d926810 0.00 MB 1 0
8,161 8,161 00000000d072e1522f8c7d632eb3d560e4dee54ab2cc4ba7097f9ac1cc880b74 0.00 MB 1 0
8,160 8,160 0000000091159b34a415d274e7a7f0c8ecc8a7f7f61ab7264082b1f22e58acd8 0.00 MB 1 0
8,159 8,159 000000003ce1598e88d1dfe2f6e4b9113dbb881df879d7455517a7260fec26a3 0.00 MB 1 0
8,158 8,158 00000000a503c2c6344e711fa2780712b49500c0b35a250b92f40c64544c8b69 0.00 MB 1 0
8,157 8,157 0000000005739b3ef37179a3dad62c474f97c442e834f8566384655c3314dd29 0.00 MB 1 0
8,156 8,156 000000004a0becb8491740bfce48520ef85de9af29e10fca28f72c4b9b988643 0.00 MB 1 0
8,155 8,155 00000000b611152167c88d65f482667580c64041ef92b8224811260f70f42fb1 0.00 MB 1 0
8,154 8,154 0000000052f267644d3dc38d7f066b8aec0823062211ab1e2e22ea61849adace 0.00 MB 1 0
8,153 8,153 0000000061c197c566170b6a3672d18224c5f2a5579ddb00ca67631947c4b8a2 0.00 MB 1 0
8,152 8,152 0000000048f553e934ae3a5bb0f69a69454fbe22b2ec2badb6e2e0db3f8e42c9 0.00 MB 1 0
8,151 8,151 00000000965bb293914b76c04e260e10a7cfcbc8ed5390719b21c5f3ad916285 0.00 MB 1 0
8,150 8,150 00000000a72028741dab34d9e7694d30f0a61f004af107a9ce055b8f82adcf65 0.00 MB 1 0
8,149 8,149 00000000fad7d9b3db7773b6263b902c8d6dabfc5ec36d6941188627393394e6 0.00 MB 1 0
8,148 8,148 00000000060bf8df0264f34e0c5a797e76ee7d7747ad601b2740cdb2444ddbd2 0.00 MB 1 0
8,147 8,147 000000006d612c22097029b0d89928102b10241e5bb588efef20e6476bdc9ee7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.92 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,851.81 GB sent, 101.54 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.