Memory Pool Memory Pool Refreshing

287 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (845,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,123 63,123 000000000392a6c75860b60fb53da7a813cad65ef347bf8e6b672115e2a1a7ab 0.00 MB 3 0
63,122 63,122 00000000078d5821e7b76b10b79fde8babd21d6671bb9b6781b300f2d6060eda 0.00 MB 1 0
63,121 63,121 0000000002ffce13ab4953192c9d1fcceaae67ace1000519dca33c76b97e9f40 0.00 MB 1 0
63,120 63,120 0000000006b3b3b56f075c6e6754181630e471868cbe0f4e5b2368ebeba7aa53 0.00 MB 2 0
63,119 63,119 0000000003d4dd197857339cd2054e16c48f9ffd0ef99ea39d46710eb86ee732 0.00 MB 1 0
63,118 63,118 00000000042ac7b4e390a5ee95e5ed62face14fe593087213299169f9dbdae61 0.00 MB 2 0
63,117 63,117 00000000017d6151ca7cf598a6c5dbf23f72cc39fd2ff727a310c6d8ff1928ba 0.00 MB 2 0
63,116 63,116 000000000814a020efc39b30684de80c304afc08062db243ff989c792a1ed4f7 0.00 MB 2 0
63,115 63,115 000000000454f5e2a8c263045b6a445cf2b49600eefe80f62b524535f44cd56b 0.00 MB 1 0
63,114 63,114 00000000035f0dd98a4ff6e8aa103d0b473138b0d54f81435e9c7292c4a17bff 0.00 MB 2 0
63,113 63,113 00000000007d79d8aa43844eb8dbdf832ddc45ec9c220e8e4a49a0e527248a7c 0.00 MB 2 0
63,112 63,112 00000000057a3d280fa99058e25aa0b056606d4957998c287f63156d9615e13d 0.00 MB 1 0
63,111 63,111 000000000ab51a744527fdc7eea03c95b19005087cea8e063330bf98830a0996 0.00 MB 1 0
63,110 63,110 00000000086287027a4703bfc08b6cd25a0cd828222393a252a39c7c6fde4f43 0.00 MB 1 0
63,109 63,109 00000000099dc5f9081fb85dda2a1f5eec68cffd66e4972127ecf2d3e2016a6b 0.00 MB 1 0
63,108 63,108 000000000aeaaa6ec10b505de7358b76491c9ba6d3fd20bf7d475e02312fbab1 0.00 MB 1 0
63,107 63,107 0000000005513f0230a8091f5b9b865746724d3fb9583647ef47291cbbb12e97 0.00 MB 1 0
63,106 63,106 0000000009a3e2f389f83ec9f71e76ff86a587b3ca76683b38fe59f6a6547e45 0.00 MB 2 0
63,105 63,105 000000000caabd27558054fb08477fb7b99bdf88ec893c6310410386c462fb3e 0.00 MB 2 0
63,104 63,104 000000000912ed60bd04b71a4d5749680cda1e97d806f895cda402f868dc112d 0.00 MB 1 0
63,103 63,103 000000000709e840a93296ac4fb58344dd4de2179f47999f795d4e0f9f64925a 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.26 GB sent, 99.89 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.