Memory Pool Memory Pool Refreshing

10,308 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,345 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (569,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,402 338,402 00000000000000000b82d309304226a554d1b83988650b940f911257e17dd51a 0.73 MB 1,477 26
338,401 338,401 0000000000000000043a44a1ad030f76bfcf3553f86891b33638cf08af7e0508 0.21 MB 393 26
338,400 338,400 000000000000000010bd41948b14e2b803b020670f100ef38e0714cde005ef1b 0.30 MB 314 11
338,399 338,399 0000000000000000152e3cdf605791df826e8e64294976e8568c88d60b0ab4ed 0.75 MB 1,059 20
338,398 338,398 00000000000000001829e6d980397fffdc02114dae9f74e2b08c791c8ca97fb4 0.35 MB 939 30
338,397 338,397 000000000000000012c86a50436b2c72dcab75ebc76f08ad682c364bd9606a9f 0.56 MB 1,671 36
338,396 338,396 000000000000000009f32437cb28d54ff600ec020778c8ce84ecf93b99d5218c 0.05 MB 126 181
338,395 338,395 0000000000000000093f7bc72443531b77624a3bcdbcb021d7b92704c17c8450 0.10 MB 199 25
338,394 338,394 00000000000000001825bec0e24c5b76b8be7a5486e95e56db342b68cb8592e1 0.05 MB 131 30
338,393 338,393 00000000000000000bb453d88f07db820cfac7abc68328194e6ec0c219a5f4be 0.19 MB 449 27
338,392 338,392 000000000000000015e59215c572f2db842701b9c0d4c5bb26e9935b7121b52c 0.29 MB 470 21
338,391 338,391 00000000000000001463a89291a6dee76b9b29aca48bc01ad948569d5e89770f 0.85 MB 1,916 15
338,390 338,390 0000000000000000073776af9fe180273a79ff95bdd6aa7e0c8989532295a3fe 1.00 MB 2,184 27
338,389 338,389 0000000000000000090d9d2a85f4384d24949f3962a695cadf9a968ccb85a4c4 0.10 MB 256 33
338,388 338,388 000000000000000001bc38e219513fbea603cb83cbc4f2f9bcfee3e64adf99cb 0.50 MB 1,010 26
338,387 338,387 0000000000000000151cefc413c6fcf273b70ea55c6b24b287f27855c4e21bbf 0.13 MB 256 47
338,386 338,386 000000000000000000f26297c348a9ac3010f45fbf359b9b4f932eb4063ea644 0.23 MB 452 27
338,385 338,385 000000000000000016e19617911ffa12ed7c21768d21b2dbb098fafbb26a0855 0.63 MB 1,342 18
338,384 338,384 00000000000000000ccaf4e6fdc40467c6b25b0d572754f7ab0df77e5024f273 0.23 MB 614 38
338,383 338,383 000000000000000005a1b45bce542d7f51424071a55a44ba0756ef68a6921a7e 0.15 MB 349 17
338,382 338,382 00000000000000001233e3ecebfaf1cc5a884e27e42e11919ad324fb2ca530f5 0.00 MB 1 0
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.73 GB sent, 93.04 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.