Memory Pool Memory Pool Refreshing

2,241 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 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,591 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,241 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,590 (824,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,187 84,187 0000000000092515d91e325d21c2a1acd883ceedacfe6b1c1fba6c4948c031dc 0.00 MB 1 0
84,186 84,186 00000000002ffef26193648f1cfcba9e9533f8b71beeb63296d09e66f7667140 0.00 MB 6 0
84,185 84,185 000000000002d5f059a27fa24b1935d2c0908ad22fb9b8fa419f6a94a103627c 0.00 MB 3 0
84,184 84,184 00000000002b6ebfd96b89501c98de7e6849a8064045a376fada37b206dd68ed 0.00 MB 1 0
84,183 84,183 00000000000e11c44c43fa7ab78c6175955f263ddd746ddad41421fa829654e2 0.00 MB 2 0
84,182 84,182 000000000019c83ed99e3e00bf07950d5121efd146067e785e0aa23ec98e9922 0.00 MB 3 0
84,181 84,181 00000000000ff566190af175fc87172fb5e9425a7e9d8f37079083bf47f97779 0.00 MB 2 0
84,180 84,180 00000000002671cf519cf53edbc52fc12ff67d3824b981408f314f7e361d98aa 0.00 MB 1 0
84,179 84,179 0000000000175d2f1e8f779d3b4058cf24f36c610f1e92ae3da8ec090dca39d6 0.00 MB 3 0
84,178 84,178 000000000031a872b052cb0a9bd8946ef7d19eaa1cf5d0443fa0cf3702514763 0.00 MB 1 0
84,177 84,177 0000000000161062e2762c06457decaf0298724f662468465c84ff595abde159 0.00 MB 1 0
84,176 84,176 000000000028ec05f7781362f37b38d954393ea20892002d30ee3617876a72fa 0.00 MB 4 0
84,175 84,175 000000000012a29064f9cb00bd3b56440561712433b6fcedac128515dcd04c3a 0.00 MB 2 0
84,174 84,174 00000000002a8b7d0bdd5138a4f0397dbaf384a79bed6a1a27a1764bb2486b5b 0.00 MB 2 0
84,173 84,173 00000000000be0d3aee63d8bb05db8dd338291cec5d2a74a3e301649d2acae47 0.00 MB 1 0
84,172 84,172 00000000002b77471d53331deaf6f0218c453bde10fac55c00b7373aa205f39c 0.00 MB 1 0
84,171 84,171 00000000002a77fc29dfc44052bc3f4daa8b622881c3110b99cefeadb25e9a42 0.00 MB 2 0
84,170 84,170 000000000011710cd5fd1ca4e5e8b44f5690197ca4b157346e52c306757e7226 0.00 MB 2 0
84,169 84,169 00000000001cbea9d8c71bc77120c810ba727928e8d61f7a5a101b50c7385297 0.00 MB 1 0
84,168 84,168 000000000015dbe608c32db9ad81fb2a57d94588d7212e74e46fc8cba6c6dcef 0.00 MB 1 0
84,167 84,167 00000000000d6dd3a41e0b382e06a2e4c6949f56191a81c5134b2daaa171040d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.17 GB sent, 100.96 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.