Memory Pool Memory Pool Refreshing

3,746 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
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,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,282 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (682,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,006 225,006 00000000000002bf0ee585993d462b54cecb446468ead5eacf0c3e727d235b6c 0.08 MB 191 190
225,005 225,005 00000000000002d56abe46bd846db628f342f8a8a9d06255b20a788cb94a1f63 0.21 MB 563 215
225,004 225,004 000000000000021f13b46394e5950d7c4ba1459878b23a62006f5825045b82d7 0.01 MB 47 258
225,003 225,003 00000000000000e77b7483bdb7c2c0198be20e4d64cd0e1faf8768115b7ec9cb 0.15 MB 206 56
225,002 225,002 00000000000001599ef677bf5a9e06df3b62f83044c971f6f9212c6b8e52d9ee 0.26 MB 521 170
225,001 225,001 0000000000000265e4c2627216c992b01c89da085043a16426ccc28a32119a2d 0.15 MB 431 230
225,000 225,000 000000000000013d8781110987bf0e9f230e3cc85127d1ee752d5dd014f8a8e1 0.11 MB 256 118
224,999 224,999 0000000000000018983554e322f90163d2c1bb5fd60c2a406b7e01c80097a156 0.05 MB 123 167
224,998 224,998 00000000000002c2b451416049af5918cc4aeefb6585b394d0a182f33b456f1f 0.05 MB 122 175
224,997 224,997 000000000000033197653ea1c8880130be3a809b73ed238a6128b7d33d24f72a 0.08 MB 209 204
224,996 224,996 00000000000001e27b8d967879831d5367edfb0936f41d51bb5daf04b7d045e7 0.05 MB 101 150
224,995 224,995 00000000000002fed4848f71345b18fa0a2675214e5f0ceefa5958a76e6097e7 0.05 MB 110 135
224,994 224,994 0000000000000217415b0acb572416c38cb5038beda642b52bf45ee758449a8c 0.09 MB 207 358
224,993 224,993 00000000000000845f7250fa0705594c5229c9b2a74cf9b85a4f38246e5c7bf4 0.05 MB 121 220
224,992 224,992 000000000000030e85032821a976123445a763f83dd446a02e66113e924eeb56 0.15 MB 258 99
224,991 224,991 000000000000018a90faedba08f589830fd09cd63e0d0bf039547d9fb6efed58 0.07 MB 175 226
224,990 224,990 000000000000010ee2cdcafe3fc3c9251709936a46b0b11f6eb3bc4a97715065 0.19 MB 430 104
224,989 224,989 000000000000039740b332e6ce5be6df78ed58cae4a060aece48eefb541bf798 0.32 MB 228 63
224,988 224,988 0000000000000147a7b3d809fbfd32ca6e93e91b6ea1ebf12b012bdc36f18594 0.25 MB 664 184
224,987 224,987 0000000000000331d34c4c2c9dfc29bffea74910c465f461aa7e30cd57e0ab89 0.18 MB 433 208
224,986 224,986 00000000000002707802d1a7ed26e04f720578ada6cc8f2f0d2a1d040dfc2491 0.72 MB 1,721 187
Previous 10 blocks ↓
Total Size: 769.54 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.72 GB sent, 95.66 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.