Memory Pool Memory Pool Refreshing

4,709 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,695 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,389 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (803,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,433 104,433 000000000002a4199dc22c129744288808424b87ace80b0314474efec342863b 0.00 MB 2 0
104,432 104,432 0000000000004ac403a6be9f276a037459c3e102338c8bf7075721316bbb55c0 0.00 MB 9 0
104,431 104,431 0000000000013739c8c57bc42a531d37955d2816c61cebeaacf5d5eda9f2187e 0.00 MB 12 0
104,430 104,430 000000000002d2024b6a09a467ddbaf83f3024f11b8bde2394cc37b52fb2e560 0.01 MB 30 0
104,429 104,429 000000000000d9a7a9b68f506e754377d5a544400a66658634eb64858f5cc231 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 768.97 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,615.65 GB sent, 92.67 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.