Memory Pool Memory Pool Refreshing

6,794 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,831 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (626,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,914 280,914 0000000000000000df199850e28f7acd92b1743340753eddb00f8bb03dfcf790 0.34 MB 733 61
280,913 280,913 00000000000000015c04671cb2abf61c7129de6e899821f1caab47eb79fdf9d0 0.08 MB 142 5
280,912 280,912 0000000000000000f016e2fc1e5b9e9fdcda10f12ade244b59dc108954f3602c 0.12 MB 181 28
280,911 280,911 00000000000000007413eac5ad7da8ea31bc636e8bb3e5897f48b84745c93ab0 0.10 MB 155 27
280,910 280,910 0000000000000000d9e10c4eec92e9fbd48eb018b589e86963320296db883493 0.01 MB 36 43
280,909 280,909 0000000000000000d5db58c526ea6f70f158b54dc0bc210b18b9220a8adc5e95 0.01 MB 15 40
280,908 280,908 000000000000000212a80dadbc1d604240ce4c108207bde4df3269451db9a595 0.01 MB 21 41
280,907 280,907 0000000000000001e33967261850ad9710c1b2f4a029ae5d1071fdff46a3e35c 0.22 MB 513 75
280,906 280,906 00000000000000009359b7149e49f66a8e8f2968ccf68dfa7e9630fe898dadb9 0.07 MB 162 36
280,905 280,905 0000000000000001496704cac210cf680540343925b241a2ecf3398de5105ca1 0.06 MB 84 28
280,904 280,904 0000000000000000f1e97b32f0b04fee073095885920a760e6898a05bcd9fa1c 0.03 MB 61 39
280,903 280,903 00000000000000018801d94a7797d990413f6dd5d55001b5fedc7ae676803703 0.10 MB 213 37
280,902 280,902 0000000000000000cb66ef952bebf9094b9e8868e7865a07d179659887eeb97a 0.23 MB 539 60
280,901 280,901 000000000000000262da7f9269a6561e582578b4e99107e0b09e66cb94b91e03 0.07 MB 170 41
280,900 280,900 0000000000000000a63e1cdd7bd7b671b6f5acaf26aadc62d2e51cb0e81d2c94 0.18 MB 455 46
280,899 280,899 000000000000000131190885c2d7230afeae1271769019f95b199b48e02c758d 0.05 MB 151 154
280,898 280,898 0000000000000000a43625ffec8c4c0461753fe5b7364b3f87f0ad402d38a6f2 0.35 MB 548 34
280,897 280,897 00000000000000000be25f606dba95b886569d61925bbebf3d86582829e419ea 0.25 MB 565 51
280,896 280,896 0000000000000001f7dd8da993b893c23832d04b548f6a0468ec6005181fdf3f 0.04 MB 50 43
280,895 280,895 0000000000000000b272d86dd0240f8bba190aecb97cc6193cccd582fb1e6537 0.16 MB 337 54
280,894 280,894 0000000000000001638856822cf5711336c9d98f0705b51b629079f5bbe5aacc 0.10 MB 161 30
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.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.