Memory Pool Memory Pool Refreshing

4,250 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (800,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,875 106,875 000000000000bd4580efc77b6215a15c23097ec4d34591c61913b2f8dbfa8ce7 0.00 MB 1 0
106,874 106,874 00000000000208de2953a435ea515348641c59268ea4b70f7f8bcf468306e7ec 0.00 MB 1 0
106,873 106,873 000000000000d7e7af2a2e3d2644076a4e37a8191e35e1abffbfffe8162a7c8d 0.00 MB 4 0
106,872 106,872 000000000001a566e847a3a9ff4d3bc2365e4d2a6acfe4758409222b14fda29c 0.01 MB 22 0
106,871 106,871 000000000001cbb9efa150f6ee9eda1bba497841e5b4bce888a78ab06927dadc 0.01 MB 3 0
106,870 106,870 0000000000025fc9ae97be9239933579032f78b4ba90e3e707af58d4bff676df 0.00 MB 1 0
106,869 106,869 0000000000002305eecc7398371300d8e36775470d840bf15ced2ea396535130 0.00 MB 1 0
106,868 106,868 000000000001f0602414813b691f0c5429137acd56ce44dd08545699c41d1ed3 0.00 MB 1 0
106,867 106,867 00000000000036c994bc22283e837ae9daf1fe0abcb11a5dec7500915090d973 0.00 MB 2 0
106,866 106,866 000000000001c27114268715ab86b5beb06a76021cb7992be2155c2d8e0ebdb2 0.00 MB 6 0
106,865 106,865 0000000000002cff65295ee597d8ac92f0a5cc30f49305ce33ae96bf26ce4fee 0.00 MB 8 0
106,864 106,864 00000000000223c83a6f015a8897f9c75452896c10051ba59dde589cccac801b 0.01 MB 15 0
106,863 106,863 0000000000003f7f813c2d45f2f2d90115d0e7300d7f4f1654e562cd32d9dc3f 0.00 MB 1 0
106,862 106,862 000000000000d1e4dac3fcb4917f1c4ea285ab457b56b6edb33abeb33f02a9f9 0.00 MB 2 0
106,861 106,861 00000000000039581ff06b16a1e0eface640f25d6d7a61329cecb8d4bfbe679d 0.00 MB 2 0
106,860 106,860 0000000000007415b3fabadfb3c6ea5c6c1c6180daf9dd0adec41775372bea2d 0.00 MB 1 0
106,859 106,859 00000000000198620c3767bebfd441564fe94c9d8d62033aa6337064463350a5 0.00 MB 1 0
106,858 106,858 0000000000003f0ddc4868f91b63b90337cf24b62a581224bcdc012dd741b7ef 0.00 MB 1 0
106,857 106,857 00000000000002c25577e3d716938b029552cc4cba1dd88b74bb36e76cb866e1 0.00 MB 3 0
106,856 106,856 000000000001bb8e899e19a420abb045a3c1fe437adc9e3432e3431143d822e4 0.00 MB 7 0
106,855 106,855 0000000000022edb7a56d16ae1bfeb8d7b0fdced3f8f35ee71992320092c685b 0.01 MB 21 1,155
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, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.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.