Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,002 (803,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,428 104,428 0000000000000be2158ab0cd1885ed12f651fb06238df7586a2026c6c5ae0bed 0.00 MB 3 0
104,427 104,427 00000000000201d229d67b40f734b7fec7da110156c8d459f84097cd526dd171 0.00 MB 3 0
104,426 104,426 00000000000264f7d7b866829987c2807acf199524a045424a07ab5f7fe47aaa 0.00 MB 3 0
104,425 104,425 0000000000037a72777bd6dfa07350d75d3f6055f7b997a8a08d580545551c65 0.00 MB 1 0
104,424 104,424 000000000002bcaaef6c89e31ad7fbf26d2d88a607e4ddc5711cc534dac61f10 0.00 MB 3 0
104,423 104,423 00000000000194615cc27828e70c6826e6c4cd7dd4434c2168bb65b3a314d7bf 0.00 MB 9 0
104,422 104,422 00000000000149fd5d4ef3640dbc0e91cfb8d0a9d8d7c49e651c601a6c82f539 0.00 MB 1 0
104,421 104,421 0000000000019b6141f1cb6418497889f23e3dbc0524f37a26989e61cb24e773 0.00 MB 5 0
104,420 104,420 000000000003604cf1338280544fc3b8d7e4b6efb4ac4ae13486aaf7d255e887 0.00 MB 4 0
104,419 104,419 000000000002c46b889f292f12b6f900437085d310f2a59b4cfca661d5f1ce71 0.00 MB 2 0
104,418 104,418 000000000002f2c5a58ec69f3288313c08d9ccf560230fd83ad86a840e024c1a 0.00 MB 6 0
104,417 104,417 000000000001b93fc3db8ec781e24a6208da7bde39e456ae71af607b9270c38e 0.00 MB 17 0
104,416 104,416 000000000001a23b1a5108aa2577fcf6c0797f77a1df8ceba35f9344b2dbcfc4 0.00 MB 9 0
104,415 104,415 000000000002354575627582c56a8bd86f27269b5769a7476d4ad6ee327f1845 0.00 MB 2 0
104,414 104,414 000000000001a184fda4f3a270daa1e36360826bcd63278e4b466ddbc747845f 0.00 MB 7 390
104,413 104,413 00000000000106e3b01dd4ecea947fff443844b32c82a5d600244bc79ee37f0a 0.00 MB 5 0
104,412 104,412 000000000002a694a5fb9ddd0f2e81aae7a6792838d62e54a639fb7bbd20108f 0.00 MB 3 0
104,411 104,411 0000000000016222831cc58e11bec378ed1903f861b3cf34ef3ad55f01d773d0 0.00 MB 3 0
104,410 104,410 000000000001b3030916e87c67ed92b8c1eafeb97d5dc85d7cbfa7b71c89ca13 0.00 MB 11 0
104,409 104,409 000000000001b21c719e492a572b7e1bc2d18aa649e180df8f833d5d075d1ae5 0.01 MB 25 0
104,408 104,408 00000000000067570f69518553e1ac68d72de5c4a2bb1bcde0c097e17f6654d9 0.00 MB 6 428
Previous 10 blocks ↓
Total Size: 769.55 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.93 GB sent, 95.69 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.