Memory Pool Memory Pool Refreshing

3,015 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (294,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
613,670 613,670 0000000000000000000a1ad5fb7ddd01a3296d980cb1be7dda2db78ab9117653 0.89 MB 1,776 13
613,669 613,669 000000000000000000059854cd1119c35c19370705b09cb7461606461be1bc95 0.06 MB 171 19
613,668 613,668 0000000000000000000add0bef45378d1e454bf8526c5c77f4598cd0c431fbcd 0.09 MB 123 13
613,667 613,667 000000000000000000083cc8f5004efe591b8068777448b39c49e79998abe2ab 0.76 MB 1,483 9
613,666 613,666 00000000000000000005e14f4469bcd7f2ea61cee494c55b417139dae2ff953d 1.24 MB 2,167 16
613,665 613,665 000000000000000000000c40edf04f4aaeb94a1e6c4cdf455dd266a7fa6443f9 1.21 MB 2,572 17
613,664 613,664 0000000000000000000f1618536413868304fc3437125ae4a92718e2b0070b7e 1.09 MB 2,395 11
613,663 613,663 0000000000000000000c5020435be053513b8ad97b46596449c2f510ec6c7b57 0.50 MB 848 15
613,662 613,662 00000000000000000010ad7fcf35bb97ac114815d4dc818c2f61b1f9d5a7928e 0.70 MB 1,447 2
613,661 613,661 0000000000000000000e30f5084157146b4dfb3a65170d579409a30d67c33ded 1.35 MB 2,117 16
613,660 613,660 0000000000000000000d570003eba44d83358a0b5a0132f1feabf0aa3e3039fa 0.53 MB 1,224 11
613,659 613,659 0000000000000000000a8eea6fec94fbc227334f50ed92611bdafcfead4b6493 1.16 MB 2,290 4
613,658 613,658 000000000000000000128485ae621522008ecc1db26fef9917a4637abc6bbe60 1.35 MB 2,619 17
613,657 613,657 0000000000000000000b0f271558b6ae0bb31389d4072bb11f3b9cda51e1357a 1.32 MB 2,031 24
613,656 613,656 0000000000000000000abe0f6730244cc05e1fff93aaaa72c310bd4676996c76 0.09 MB 204 15
613,655 613,655 0000000000000000000df775d6be29048cb19d80d8790f2cee3b99ca2174ec2a 1.08 MB 2,070 2
613,654 613,654 000000000000000000076d8b594625434a1d99adf70c09d323f44690a976aabb 1.31 MB 2,542 17
613,653 613,653 000000000000000000078460f14ea24c87e3560ccd52ccf36abda22e33971317 1.25 MB 2,700 9
613,652 613,652 000000000000000000007f6c474464dd9aea96ce77bd2a7a0720e23479c819b8 1.30 MB 2,599 19
613,651 613,651 0000000000000000000f6d723e104c05ea9297d7d51485c26b069660c79f2386 1.26 MB 3,005 5
613,650 613,650 000000000000000000116742885afc02f6b073955eb02996a10fe4b5ca47b4e5 1.15 MB 1,560 12
Previous 10 blocks ↓
Total Size: 769.30 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,642.65 GB sent, 94.43 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.