Memory Pool Memory Pool Refreshing

4,923 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (94,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
813,368 813,368 00000000000000000003c5b1e8534fbce432d8721d61120b0e0229033b8370ca 1.44 MB 1,967 9
813,367 813,367 0000000000000000000093c5bf1dac68e80c8a15c477ecac189af68da0a5fd01 1.41 MB 2,599 10
813,366 813,366 00000000000000000001c2c8db5b0722179527725073ef65c2223ece37acdc7f 1.38 MB 2,000 10
813,365 813,365 000000000000000000003d26acf0095a6c977b8da6918cc368098992d22e6f94 0.00 MB 1 0
813,364 813,364 00000000000000000001a69a187d424188bfe0342ee955f33b4e689dd1e7e494 1.51 MB 2,666 11
813,363 813,363 000000000000000000026607814031d366ea84686eb283cf08698ab15b988747 1.61 MB 2,769 12
813,362 813,362 000000000000000000026b4f1ce262f0c73698b8ef4383d95fbc7a352cb530c4 1.43 MB 3,228 18
813,361 813,361 0000000000000000000270d4164391adc1d8245535dcad83a8948e86a34262e1 1.28 MB 1,189 5
813,360 813,360 00000000000000000002e155a40bd01fe52ad3f7fc1444ed60e2346d15768980 1.29 MB 1,249 6
813,359 813,359 0000000000000000000182c1361d2ce51b8caa61d88ce17f128c1a884752f24e 1.15 MB 561 3
813,358 813,358 00000000000000000003112a14216627db56d5cad72d900ae834a226c7608f96 1.45 MB 1,707 3
813,357 813,357 00000000000000000000519c33dcdf5ca386524b2cbacb561f767e9663ac1669 1.42 MB 2,200 8
813,356 813,356 0000000000000000000390f169695989221592cab0f6ac76860faf7ddcc9d75c 1.28 MB 812 6
813,355 813,355 00000000000000000002252fb2cd4473f247d4c38eb07215f13e714a70b9ffcf 1.53 MB 2,948 14
813,354 813,354 000000000000000000018bdc286b3dd63ca41ee69fda24594aa294519104aef0 1.74 MB 1,768 3
813,353 813,353 00000000000000000000d914e2337051f8e9296d2aeb9836520048dc923054b8 1.65 MB 3,213 12
813,352 813,352 00000000000000000001adbb2def00e5da6bd4ad9d4817f07ddbb9b6723e70b1 1.38 MB 1,918 10
813,351 813,351 0000000000000000000295e510df1192e61f668430cdb8a1bdebe26eca9c4fdf 1.58 MB 3,391 13
813,350 813,350 000000000000000000013a7f318e19bc66e4e29ab87dada7ff3720dc7cd52606 1.54 MB 3,592 18
813,349 813,349 000000000000000000014b7221d6e30e00cd617155c7071663d3cb89f7282167 1.39 MB 1,796 8
813,348 813,348 0000000000000000000220a328b55a50a980f9ad9dbd9921488886a3a95d0219 1.43 MB 2,536 11
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.