Memory Pool Memory Pool Refreshing

9,942 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,406 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (795,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,767 111,767 00000000000036baab60d1947a0eade119bb2b22b4a0d6cc01285107bc8c03da 0.00 MB 7 0
111,766 111,766 0000000000010b3db70657ec5304180ba117b856076220162a2ff53b728e09e4 0.01 MB 7 0
111,765 111,765 00000000000075578c0b3b0c50f2dfe56da3985eb21fab771c95c6e685490468 0.01 MB 6 0
111,764 111,764 0000000000001be72279badfbd61415c89cf8c5889c9c61fd4d9671d48433107 0.00 MB 5 0
111,763 111,763 0000000000009090316834064207385816a1ea8accf7534d739163d41fecc5f5 0.00 MB 5 0
111,762 111,762 000000000000e0fc3729dc11d48c2b87d386c4c60401520f746c8f533d609528 0.00 MB 6 325
111,761 111,761 000000000000a050a72b13645ac890979ec4d5da83f50b01b3514c309f2a4809 0.00 MB 12 335
111,760 111,760 00000000000019a2923bc5abed74600f70fffb0267b7aae8f9f1aa3953053de4 0.00 MB 7 0
111,759 111,759 0000000000006dbf656e550868e2335ab7ea84d8c9020c7dc00653e472b6813d 0.00 MB 12 0
111,758 111,758 000000000000312e662689c1b7b8e8f63912d2bdd551302e526956a0965b1376 0.00 MB 6 618
111,757 111,757 000000000000933597b90b27faf1137ccfe962f71152779d4f523b1fcee5ff25 0.00 MB 12 0
111,756 111,756 00000000000045c886cdb72cb3ea5025b921bdd645c4486fb83914fe29ac5d34 0.00 MB 9 0
111,755 111,755 000000000000715bff7b62fc548381dbe269a675616d8ef1ba86eef66b7e8d2d 0.00 MB 10 353
111,754 111,754 0000000000002095d5d8ef2c9b766440857c9441cd33b829f362df46e14210ad 0.00 MB 6 0
111,753 111,753 0000000000011184ee2866fbb2f70c64d13642cb5ef1e6c4904340ddae4c158a 0.00 MB 6 0
111,752 111,752 00000000000073b385f584e54c381212dbb62f4684d7d589280b713e1088e724 0.03 MB 6 1,059
111,751 111,751 000000000000a3f0a25f0710f07c8ad9757c67c52da57ff63e6052fa525a1951 0.00 MB 10 0
111,750 111,750 0000000000002a306d42d0d2c3c31baaf8dcf08dab6fb7c512a6ef64a267fb6a 0.00 MB 17 0
111,749 111,749 0000000000000ff9a5c0c55a7e655c98d13117d15d87bb262ccab79c5c4ce1e1 0.00 MB 8 0
111,748 111,748 00000000000011f01ea9b5bfa5d94c892ca034d82df0761f4dee7c2f449c75f0 0.00 MB 2 0
111,747 111,747 0000000000008911e28333cbc144334b9937e9feb83b3edbbb9983270a12e36b 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.