Memory Pool Memory Pool Refreshing

1,849 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,837 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (799,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,641 108,641 0000000000010c1cc34f1b49788e681a651e6d69d1512cd614968e5c0777831a 0.00 MB 6 0
108,640 108,640 000000000001fa648bb4758b4a691ce549a8b325094fbadf73a084bd4b5f3809 0.00 MB 2 0
108,639 108,639 00000000000195bf0e8f7081f83339e7de349bd8d39b4540c21786c905c3fde3 0.00 MB 2 0
108,638 108,638 000000000001a6581f443cc78b5aa7ea349727b585de0468ae3e2e87bdebb14b 0.00 MB 11 0
108,637 108,637 0000000000017ae2c0714b821dec55c50351a502cdcabf1347ea07888190680a 0.00 MB 12 0
108,636 108,636 000000000000d44ee5c2450da988e132d965210fce6510d2af643fa9f0c60dbd 0.00 MB 12 0
108,635 108,635 000000000000b5dbdf2129af301fb3cbca1778d9dab87b89957efdeddc1e6a6e 0.00 MB 11 0
108,634 108,634 000000000001b887453c7c13ba46b9477fed5450123f0f4ea4bd21a566ed1de6 0.00 MB 11 0
108,633 108,633 000000000001eae0ac63bd35ea42559aeb6fe0a438bb245cd28fe76972713486 0.00 MB 12 0
108,632 108,632 000000000000a3400fe1d90224cc585f9214709535d2ba0c01ad1fb2c395fd75 0.00 MB 9 0
108,631 108,631 000000000000d23629d3a521e8a465b4a6a80c9dddf1eea2a2a899361fd2fc75 0.00 MB 5 0
108,630 108,630 0000000000000f4e10939aa7eb97e5ff28a1b8d6c5ec6ec46ecc66663e3419e7 0.00 MB 11 0
108,629 108,629 000000000000674f7fce558939d57484c5bb5b3d10d00d9f6bc0b17068ea318d 0.01 MB 40 0
108,628 108,628 000000000000ce445bbc259a0b3c9a2337140cba84f9fc95f1c7d664a8bbeca4 0.00 MB 6 0
108,627 108,627 00000000000095c90390751a0c9371e7ae7adf27c5c6e574d5aa6fe3074acdd1 0.00 MB 5 0
108,626 108,626 0000000000022374c721bccfa54ea56f6564e7514cdd6664a5b4b471913562ff 0.00 MB 1 0
108,625 108,625 00000000000024025bf0566fa765632a1c3ab8099768a041facf8177e0ad258d 0.00 MB 3 0
108,624 108,624 000000000001b607e1090b0c7752d3cadc69dc744321a3fbf333c51a199ce39b 0.00 MB 4 0
108,623 108,623 000000000000b24b5d8b59db38e38f4a4d4a62a6e65a13eb3c389e900479fdf0 0.00 MB 8 0
108,622 108,622 000000000002725d87ac02ef3f869ed6f9bf6f842e0b8850e1e8320ef69522a8 0.01 MB 43 0
108,621 108,621 00000000000181ab36c87d5637966d4cb228ddca86f1752fe139d7c272c3546d 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,649.19 GB sent, 95.73 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.