Memory Pool Memory Pool Refreshing

2,886 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,911 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (760,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,390 147,390 000000000000070b42f04bf7cd5bc1e46835861020b70f6c6427c9c7294cf1fd 0.01 MB 24 178
147,389 147,389 00000000000007dec817ea557c356aae018b13af80e39e4e8d4912c2679d88e9 0.02 MB 61 51
147,388 147,388 000000000000040331c6e39aa0614c478721659e97f5905da1623457c89a2d75 0.01 MB 17 44
147,387 147,387 000000000000069d3eab7bceb88e6cf236e582cf78955a140319cd63e62f1602 0.00 MB 4 33
147,386 147,386 000000000000020c87cdee4d1391ec45a50cb38a7ace59d1a80e214d9885cd7e 0.01 MB 36 244
147,385 147,385 00000000000009b39375eef32881cd829c35d16ff3b8887afeb22402dd8bab56 0.00 MB 11 357
147,384 147,384 00000000000001658f99d0f6cfa8d45b2d6fc11d073d3ab3e81ed810983e4f3b 0.01 MB 23 102
147,383 147,383 00000000000004876c968beb8c853989a4200e248717ade5636b12f4459ecf3a 0.01 MB 16 264
147,382 147,382 00000000000004b85db37767e7205b05587c005e7b62e6c126ab141d3ab7fe4a 0.02 MB 45 78
147,381 147,381 00000000000003ef2cbf49cd85a62cc11d8c81ccc0298f8591ffe57cfe13a433 0.00 MB 8 65
147,380 147,380 000000000000045d327c35a765bd80bcab8bab03f7f027b021c34b53010184de 0.03 MB 84 219
147,379 147,379 000000000000033b10b23158a7312c68e98ca5d1b41c6a5d32d3e042dd231299 0.01 MB 20 79
147,378 147,378 0000000000000864bbe0163b40d7ef600f96d1df2ecaf568cb8d0c82d95a7ecd 0.01 MB 30 427
147,377 147,377 00000000000008344a4f7056994d3fec6d0b6bcae724adc4235df60781a1855a 0.00 MB 6 69
147,376 147,376 00000000000009a417b5cc8a111808e9f2000a652ba2137596708cda8e7bd657 0.01 MB 6 59
147,375 147,375 00000000000007b466fb9065853a6189ca2f18582d27a64562172c10e9ae3254 0.02 MB 63 74
147,374 147,374 0000000000000310e0afd3b1c3bc6e16f4719dfc31004d36fc8443ebf90c970b 0.01 MB 33 204
147,373 147,373 000000000000019f81bd12ec18c2ac3999558a45afade81b7df375ba79f2000f 0.02 MB 37 162
147,372 147,372 00000000000008b16148bca69cf4f2ab88190ff68410f06b46ca221ca7fc7e07 0.01 MB 26 94
147,371 147,371 00000000000005d442cb7b5982fb920b0856eb2fd5e50e2c2cd3d6036c1196e6 0.01 MB 15 98
147,370 147,370 00000000000000f6d0a696f726429f26fa5d811972361694ad557af3b133a03b 0.03 MB 106 68
Previous 10 blocks ↓
Total Size: 769.17 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,633.30 GB sent, 93.78 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.