Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
22 sats/vbyte 2
20 sats/vbyte 3
15 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,062 000000000000000000023aa60000000000000000000000000000000000000000 0.38 vMB 1,052 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,061 (114,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
792,922 792,922 000000000000000000055608cd1051468a6d54e1bfd63bde726eacc0f44ea075 1.58 MB 1,699 15
792,921 792,921 000000000000000000037b330177d094206b51b644e7777209f97b42b7f3be08 2.83 MB 839 19
792,920 792,920 000000000000000000038d96769c1bfa5eaa621a72e285bb0441b20964157aa4 1.33 MB 1,669 30
792,919 792,919 00000000000000000001deb98647c898277094242ef95e0d4a4090ef22a58f76 2.22 MB 1,950 28
792,918 792,918 000000000000000000040f4f72d42274e6320220b73886946379f96e8cd97d45 2.04 MB 2,211 30
792,917 792,917 00000000000000000001df7f9ea7a53c7a5c03e849c5575b35e5c34a09a15f13 1.37 MB 741 16
792,916 792,916 00000000000000000000aa883f94b8f9a2da40319fdecba2e085fd720c18cdb7 1.99 MB 2,341 18
792,915 792,915 00000000000000000001fb9fb784ed0cf8576fa4cbebd8d262a2c5959378c576 1.79 MB 2,885 28
792,914 792,914 000000000000000000002eb5013792032d5cf8cd2850a411afe0c0c3258bd817 1.25 MB 1,338 37
792,913 792,913 00000000000000000005670446415512e63ad0a8a87055207a0dc2e131c404f0 1.55 MB 3,031 33
792,912 792,912 00000000000000000001e17dea1fd28b202298324c63f4ef88f28a8e67f1dd9e 1.63 MB 1,935 48
792,911 792,911 00000000000000000000690340c4d9d07e0f4fc6faa382179411d0596759a4e4 1.05 MB 159 14
792,910 792,910 00000000000000000000e52ae44d50aeb7d7a361a47559cdd8246b5f6340bc2c 1.37 MB 716 17
792,909 792,909 000000000000000000015e256e9895ef9fd345869166dc764dc347303733a0fd 1.56 MB 1,281 19
792,908 792,908 0000000000000000000256f3b645169472b125548844e65140371f156a77cde6 1.63 MB 1,636 22
792,907 792,907 0000000000000000000216f9d2da51ff8f097696387bef42c51fd483b5657e28 1.63 MB 1,680 27
792,906 792,906 000000000000000000008bf40c19573e03b4e9e77e3a4359acead8026a09177d 1.55 MB 1,200 20
792,905 792,905 000000000000000000038b0c77eb528989201ab9a92f5b25843e5ac6eaf2cda5 1.00 MB 86 13
792,904 792,904 000000000000000000013f9b6779d472405f4ab75f978055da5ddc4080dc497b 1.48 MB 969 19
792,903 792,903 0000000000000000000207f56c0a7548b6169fae2eabcf400ddc1b5be9d147ee 1.24 MB 526 15
792,902 792,902 00000000000000000003496e516c0412ec7b807fff1061f3038462ae8eaad6c6 1.00 MB 90 13
Previous 10 blocks ↓
Total Size: 767.76 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,521.52 GB sent, 86.12 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.