Memory Pool Memory Pool Refreshing

1,114 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,100 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (552,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,690 355,690 00000000000000000e4d11e27c6a868c789668f9390a4abeeeac0e566eafcf65 0.32 MB 700 27
355,689 355,689 00000000000000000dad28f04ad539b98ee9236d93e5a17371c4518c921f42f9 0.54 MB 1,166 26
355,688 355,688 00000000000000000bae4335028f04438483cfeedfa829e6d0a96453f5d2b1f7 0.39 MB 854 30
355,687 355,687 000000000000000011982afe927d7600f7da413934d3f96c01597311a8b29889 0.20 MB 435 13
355,686 355,686 000000000000000000ad878e4201b2974cc37876db08b5cef8af1c93863c7d92 0.74 MB 1,953 37
355,685 355,685 000000000000000005c7b31edaec1f52cdd23d719194762a3dd5ef4358e4e8da 0.41 MB 926 29
355,684 355,684 000000000000000013c2372835a6eeae8b086a74ed98e4a958fdd5eca1559712 0.28 MB 611 28
355,683 355,683 00000000000000000936b3f93a6320087f2575dfac256137da54531ab73f1f73 0.32 MB 646 27
355,682 355,682 000000000000000014d16ea1939dcd76e1bbddc51689614133e0768a25503535 0.10 MB 215 25
355,681 355,681 0000000000000000004c826dc4df56553e79f59ff5c3e862bd48d7f19afe7fd6 0.32 MB 701 25
355,680 355,680 00000000000000000efeb664c61c6a34b850800bb19b770d2c1d0e6af485ad98 0.71 MB 1,624 28
355,679 355,679 00000000000000000c361fc5e722527fa6ed0eec0568712511dd3d33a8414017 0.11 MB 242 15
355,678 355,678 000000000000000015709411276bc94656c6c10b1b280f231ef4cefb86c9dcd6 0.24 MB 515 33
355,677 355,677 00000000000000000d07f8724171cee73437872816a8d88a47bdd540e8dcdba4 0.48 MB 1,171 32
355,676 355,676 00000000000000000a2cfe314b99eabc77b344185b45445346b67e2e9a216c07 0.30 MB 712 31
355,675 355,675 000000000000000004fd5b5870cc7c34910f0503be416789ab9bbeed1159f829 0.08 MB 172 25
355,674 355,674 00000000000000000bb66999480884fa71ef399690a96143ebb814e0f5039937 0.70 MB 1,426 31
355,673 355,673 000000000000000006e806fd9255690af22df18c723226a112e6fe2a807b4f1c 0.08 MB 92 7
355,672 355,672 00000000000000000b04123d61e6b10ba06b94d323c4533f7c7519ce77759380 0.18 MB 363 25
355,671 355,671 000000000000000016fed365a73b2b99600a7eedf4dcefa2702693bf50b88b79 0.10 MB 193 16
355,670 355,670 000000000000000014af5bb5ef4fbc9b2e2849b8b728999c64179c7cc6037088 0.11 MB 186 21
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.30 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.