Memory Pool Memory Pool Refreshing

1,059 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,240 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 646 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,239 (858,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,913 49,913 00000000157fa8664be100d5584060ae64688273d867663cdf9bf8805c2c20e6 0.00 MB 1 0
49,912 49,912 000000000b42a9333b5fbd651a78fbf0b7fcaa86dcf47dfae1a60ad3e2851460 0.00 MB 1 0
49,911 49,911 000000002465d2011de51fbca18a5c4873f0d21ca833c55effe09ed67fce7a51 0.00 MB 1 0
49,910 49,910 000000000d0d6bec3cf7d675f83f618c05f34c156a7f53262cf2b05ecaf4c47e 0.00 MB 1 0
49,909 49,909 0000000016051bb81e6a7db3549a5fac023b123594932a0707224094473a4bd7 0.00 MB 1 0
49,908 49,908 000000000957e61fbcb61ec6e7b90db2f7f6d3d8c6b1b4be6e0c46c559301b54 0.00 MB 1 0
49,907 49,907 00000000034bad7ab6e6c89dee166c139b0a2d1a54a67b50e09160eb9ded3511 0.00 MB 1 0
49,906 49,906 000000001bd874b0ae724982c6d634acf690e82776002d06512dc68364925bc8 0.00 MB 1 0
49,905 49,905 000000002364833633df53b6d585edc1499d461e6df10dfcd31296670a7278bd 0.00 MB 1 0
49,904 49,904 000000000d552d272053cddaf0afbf491c7268edfbdceeaef55de49c98cf3f96 0.00 MB 1 0
49,903 49,903 000000000c21a60ac340011f5d33074f20d113e56ababb975a650827bd937aa1 0.00 MB 1 0
49,902 49,902 000000001353120d0c3b7875b04eb8503e5d336c052a2f86dc33c3ce5d8812d4 0.03 MB 2 0
49,901 49,901 000000001fb8f6d144efeba1c36c661320b746a06f9dc890aad92f505255dbee 0.00 MB 2 0
49,900 49,900 00000000151271963230005382bdd22f0d8f97c535f6e6c682343875195d584f 0.00 MB 2 0
49,899 49,899 000000000c014c46c6a3c380401c10485b083dadd7f1d2d173bb6d179835e70e 0.00 MB 1 0
49,898 49,898 0000000022eaac4e29725aee4bb82ff28bdc83138985d42930332c3159c44b63 0.00 MB 3 0
49,897 49,897 00000000245957772bf89a326439657452308d3d94ae035185766fbbcbf9168f 0.00 MB 1 0
49,896 49,896 00000000101d73ae08b2c98bdf0ff9c2ab815419a7077ccabc4b8d135c0cc82e 0.00 MB 1 0
49,895 49,895 0000000024caa312d0c3c2b59ec692c7f024f37ce14454bb599bd5507bc86e04 0.00 MB 1 0
49,894 49,894 0000000022a4cf0c0f2b2e556e28bf1558fb6f774b963f72ce92af2d07d170b3 0.00 MB 1 0
49,893 49,893 000000000b8a195a3690bdc6f5459035ef41c40ddeaa52c72af608ac2190c575 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.04 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,687.27 GB sent, 97.84 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.