Memory Pool Memory Pool Refreshing

1,909 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,896 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (822,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,303 86,303 00000000002b7acdea049a1e75db4d6c486433fbfceac2284235a7085197b0fb 0.00 MB 4 0
86,302 86,302 00000000000cebaa7ab1222ab157ea75c326bc8d17161ede14e5790dcc9c7ce4 0.00 MB 4 0
86,301 86,301 00000000002b4c61b2b3c88787dc81d6e781335da063c572d4c92331d4f79cf7 0.00 MB 2 0
86,300 86,300 000000000020ea049fdc3d9445d033f53115a5bc005f1bc806f785fff6e892f6 0.00 MB 1 0
86,299 86,299 0000000000293d07fd36fdc9c7cabc0f43cecf191860774ea06ece1b668dda85 0.00 MB 1 0
86,298 86,298 000000000021cb59b3bfa6b7312e6c5c0f85089278facb4738da5794b250738c 0.00 MB 1 0
86,297 86,297 000000000029fddf12d6543277744be4f644d64f8fd2a1c3b32397a966ace7fc 0.00 MB 1 0
86,296 86,296 000000000012fee6cfe54eb68b705b96e3845161e4ed87092097e64392c9130b 0.00 MB 1 0
86,295 86,295 000000000007e0bea00f5ca7a5170fa696f28609108b79fb06b936f3c2ccf6ec 0.00 MB 1 0
86,294 86,294 00000000002aad3b4d885bbefc659732a1569dcdfe72b6b59e77cb18788a2785 0.00 MB 3 0
86,293 86,293 00000000002420246b75b13baf35dd7eabd32cdd41a2ec9080933c07fd881eb1 0.00 MB 6 0
86,292 86,292 000000000019da6118a957bcef0a2532f2d88ea3388274afc1cf1264071b9f7e 0.00 MB 2 0
86,291 86,291 000000000016a1fef811d36ce356cbe7f644aa6af32848f07744315575793324 0.00 MB 1 0
86,290 86,290 0000000000238d7570e229eefa64ca5ea6ab151ec94cf21bd34731dad272b502 0.00 MB 4 0
86,289 86,289 0000000000012cb42a47add8d91c2df3324ea8cb1be0ead40ff7c90881695bc7 0.00 MB 1 0
86,288 86,288 000000000020a14b188f4273a1d80ee0c4b1b721102c76d7780e0d053a699e5a 0.00 MB 2 0
86,287 86,287 0000000000001e1fb79c91cdfb601d82f3f09a41ec29881986303ea13b0ea02f 0.00 MB 8 0
86,286 86,286 000000000022f7d27e8146af778ecfebd8f4bb727ec1d68a504968d36b4e4639 0.00 MB 1 0
86,285 86,285 00000000001cfe924efe20b08247e95058d0a726559b6ccc003b947768898d15 0.00 MB 1 0
86,284 86,284 0000000000215e7d4d4e372c944c74a1404171b4ea758f6ee7774da93c6b9604 0.00 MB 8 0
86,283 86,283 00000000001bbc96c3813029e3fa086fc23db9d1a3b913e3ee0585fadbdafec0 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.