Memory Pool Memory Pool Refreshing

8,842 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,558 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (723,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,440 184,440 000000000000078ce8664e56c42e61d040087605ff14e816356ff3a542fed9bc 0.25 MB 587 151
184,439 184,439 00000000000002e7a966e490661a42e6819a6ef447099e8c75ff7c1a47ae2fa0 0.00 MB 7 64
184,438 184,438 000000000000086ec045a68e8fd53b31c638d3e74cbf5675767878e4d0c6a937 0.25 MB 621 140
184,437 184,437 00000000000005250cc177a6c4176e345aedd2e3bdbe5f211e37138dda7a5e79 0.05 MB 148 234
184,436 184,436 0000000000000a6926719b7252686a12f01335380246b2a0962f2ad807eb314e 0.00 MB 10 15
184,435 184,435 00000000000008e3e2d7abfa35d0320fec59ac16cb09d887f84ed3027c91f201 0.25 MB 516 122
184,434 184,434 00000000000008e45e5f5cacf683f95074fa7aadc1ea1df1ca806945f8a54ab9 0.05 MB 143 143
184,433 184,433 00000000000003b9603e20a1de36d990f83b7c5c056eb0133497dbe0c1ff3461 0.05 MB 128 209
184,432 184,432 00000000000000e447481f27694b93956bd9670bc7ee109330ad37970c9fa2f8 0.25 MB 589 140
184,431 184,431 00000000000003ea0b1983e0a6aeeffed37a463036768ffcfc8d07fbc58cecb2 0.05 MB 129 149
184,430 184,430 00000000000002e622cd174fc80ab6c2d303c8ba13dc3ba6eebefc058fbc3517 0.42 MB 887 118
184,429 184,429 00000000000003c87423993be8d2f96472379bb06716a63ad3995c19a9bdde16 0.25 MB 686 171
184,428 184,428 0000000000000954bfbcae54aa650688e8c105713a885c142b9e25e471e91a8d 0.42 MB 1,180 144
184,427 184,427 00000000000004fe415d363b19b8e646bf2f9941e1dc4ef6246c3c855a5eb341 0.43 MB 1,025 136
184,426 184,426 00000000000000f1a679e18d121328c1e618a6466621f85fc53c9866d7b7e8b2 0.25 MB 660 133
184,425 184,425 0000000000000565e845c087dac00558467cbcbbe4703093faeadff29759a888 0.00 MB 7 15
184,424 184,424 000000000000034dd7f817900325d35e12af21e8e97363848b9b9680b4d75fbe 0.05 MB 131 109
184,423 184,423 0000000000000321db36e8303700b23486bfe66c7f90852a81439b1dc94dd732 0.05 MB 130 115
184,422 184,422 00000000000000203f0de23929a9fb49f4944ee35ecca8d48712f5bb8b575ecf 0.05 MB 144 143
184,421 184,421 000000000000008dd2868cc6a478db53c7a7cd42637c2c18871faa51f6a42da2 0.25 MB 669 139
184,420 184,420 00000000000007b870f0b8ccca88d7aafdc29dcfb60aa112c83a632af3aec5ff 0.25 MB 688 145
Previous 10 blocks ↓
Total Size: 769.03 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,625.18 GB sent, 93.02 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.