Memory Pool Memory Pool Refreshing

3,442 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,156 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (702,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,116 205,116 000000000000010fd94060d73f8df8c287f232f28d2dcaee2dc9a6561534e1a3 0.01 MB 14 246
205,115 205,115 00000000000001d5f777966d3a6c673520949029b1a81bf25d190cbee470994f 0.00 MB 9 111
205,114 205,114 0000000000000429d787a000031cfd7e00a82c8f9818c37bbe2b4cd75447ad3d 0.02 MB 45 250
205,113 205,113 0000000000000371ddcbafcdbe05995eb19ebbd316f8169948ba745a74f002eb 0.01 MB 38 174
205,112 205,112 00000000000005619067ed57220f3e0b571221d3c2a8cc44e612d4f42730c4b7 0.00 MB 12 33
205,111 205,111 00000000000002f364680d05442c07a1b3575507d005f650fc06024b80a02e45 0.07 MB 129 228
205,110 205,110 000000000000050adcac86835c9f8ca458f4394cd73f743621bee6215a87a9b4 0.17 MB 306 192
205,109 205,109 00000000000005336f3deae5b61c275764aa5995587b569b8e40a07018123812 0.02 MB 52 371
205,108 205,108 00000000000002d45acc677f22bf93bebed4d3e1d10f1542bc498b2d4351969d 0.03 MB 76 179
205,107 205,107 0000000000000133f893dba8353370477f3cd7b9c9e3273b4ea3e453c950ca73 0.26 MB 392 45
205,106 205,106 000000000000014bc26cd203ca54481b5e1a113a97935d4ad317df9ec91fd031 0.03 MB 62 61
205,105 205,105 000000000000010c9c628f1a837eba855fd46c2b82300f5fca08799c74f6ecb8 0.05 MB 99 211
205,104 205,104 000000000000027ff0c8bdd21082212c4caf50610ee663f0fafadee270312c3d 0.06 MB 101 103
205,103 205,103 00000000000003ede87940a5dcfdb11ac9409ce9acee3a94c3572bb8b832bdda 0.12 MB 207 131
205,102 205,102 00000000000004248e6d1be73be01cec8337b657990332dd7b0152164a5448f8 0.25 MB 414 242
205,101 205,101 0000000000000486e47edda5207c825f52d1d87e44da06edea6d04faead9f9c2 0.05 MB 146 186
205,100 205,100 00000000000000b1b2296bd82b53deba33e521c34e059480a5a98d5ab87f2edd 0.07 MB 147 116
205,099 205,099 000000000000011c2c13ebca499f0e7c0f85b0899b763836e031c6efaf683256 0.12 MB 187 119
205,098 205,098 0000000000000359f9597fe6233e3424bfe47ee273bad660cdc6aacc1cc3c924 0.16 MB 342 198
205,097 205,097 0000000000000191090106beab675d69bf86960250be21f38b2d04e4fb4f2a2c 0.07 MB 114 177
205,096 205,096 0000000000000028eda1bd9a72b86817849da7bcad12dfbc43f3caea98147337 0.25 MB 325 114
Previous 10 blocks ↓
Total Size: 769.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,648.12 GB sent, 95.60 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.