Memory Pool Memory Pool Refreshing

2,784 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/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 2,669 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (605,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,562 302,562 00000000000000000bfd92477464225fad2cdd2c004cbe30df4c01895bedc65f 0.20 MB 369 29
302,561 302,561 00000000000000001da9b7204d5aed49144a1f8eac8937ee49427f7ce46342ff 0.16 MB 106 15
302,560 302,560 00000000000000003659aca199bcc425e3977ae4d1b1d4ccc1fe302fd92f19a4 0.50 MB 983 31
302,559 302,559 0000000000000000296fca2c6eceebd4c3664a392d473f5e3651e1adf0fe5009 0.12 MB 172 25
302,558 302,558 0000000000000000190e0f5d0fe299ff268fc006c8818ab4ef77efedf3db306e 0.04 MB 61 25
302,557 302,557 0000000000000000334c57b8f95df4d12bf8db5f1d14d4b2f54129196e3f5e64 0.06 MB 86 18
302,556 302,556 00000000000000005eb401e5268c7d6fd3f40d4d22319c855caff007f9b16214 0.01 MB 30 43
302,555 302,555 0000000000000000675208a61bd154665762ac10d0b4a7efdd9e7358c3ad81b3 0.04 MB 86 32
302,554 302,554 00000000000000002033b076e13e955da9932627aa7d4749b2f2a1d2ffe69e35 0.08 MB 152 32
302,553 302,553 00000000000000006011c69a846ac679768aa73928b7b9de3250b280bd5f189b 0.35 MB 243 26
302,552 302,552 00000000000000002c0d881c59c81d7369a9197475e231d7835a037787b71e3a 0.29 MB 499 31
302,551 302,551 000000000000000040421d74d529bee93abbf402ba1f23d718a52b8d824c3f28 0.04 MB 101 33
302,550 302,550 000000000000000056ad8df1d62138062b473f56255ce4fdfc231de5cfece353 0.03 MB 61 27
302,549 302,549 000000000000000023a116ce986b64ffc4bf9a205a55143d51119d3958df05d6 0.16 MB 294 27
302,548 302,548 000000000000000004fac9deaa74043b201f1d2fe502860dca8818614502171c 0.35 MB 687 31
302,547 302,547 000000000000000043abe51b5e100c54449499e8c5a467734fd5141a0e3dc51e 0.31 MB 525 29
302,546 302,546 000000000000000039eb220ad002535e709e36f50094b76c07d94a809ae60751 0.16 MB 250 26
302,545 302,545 000000000000000055cbf21ca0d2e85489fc300f345d144bd00ce0a797b1b6e2 0.15 MB 274 33
302,544 302,544 00000000000000001ba38dde6d7b3450e0f9417d8a96dc6ae6f6cdbfc0bb88e4 0.07 MB 53 18
302,543 302,543 00000000000000005c368a4adf09c32d459d2693b5ff076ffb66153475755d90 0.24 MB 245 21
302,542 302,542 00000000000000002828e924146812c8d3d0888caed5c3d06b9d2161c581380f 0.05 MB 124 15
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.59 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.