Memory Pool Memory Pool Refreshing

2,561 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,555 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (625,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,936 281,936 0000000000000000a56582e3925508e76175775a7bdfd664cc2c68fe00d77825 0.25 MB 652 45
281,935 281,935 0000000000000001429933403a519bed2034b29953abee93679137619b87aae6 0.07 MB 142 40
281,934 281,934 00000000000000007fb4bc0b20915583fe47cc7d1564f61377e8a335c258f2a8 0.25 MB 791 125
281,933 281,933 00000000000000005f720678787bdbb05dd1a60814f81e0cd4d5b3ce9e3c90b9 0.01 MB 17 96
281,932 281,932 000000000000000225f4cdf54662f1a062e810bb1193f98408efcb2c2523904a 0.25 MB 378 27
281,931 281,931 0000000000000001aaec4942bede4017235e1447a04d2460daa122e2028cae50 0.25 MB 693 59
281,930 281,930 0000000000000001dbf91c3545d1db738ef6eaf9f80971b2e9281f63eec168b5 0.10 MB 141 32
281,929 281,929 00000000000000018d00d2f793f659dbbe33efb3fda32e35b53edb30d49134dc 0.25 MB 357 36
281,928 281,928 00000000000000021830aad1eef8bbb60891195913d92ce1033a65a5c7b081ee 0.25 MB 665 66
281,927 281,927 0000000000000001986110226abdf057a839ddee6f01d751a27f9ba2f5f651f6 0.10 MB 205 8
281,926 281,926 00000000000000019fec166609a0e492df202f38d258a6cc35188e780b6c96fb 0.10 MB 117 17
281,925 281,925 000000000000000112b9573f4ef2d905b3a0889f6e72745fcb2240cc90bd01f0 0.12 MB 178 20
281,924 281,924 0000000000000001bf10389e6b80fcbb7b96055525fc06f8d0f4e6a9e8cae98f 0.05 MB 144 61
281,923 281,923 00000000000000020b88d972b49c27a29fcdf9b97ae75f4bd1c7ef9d230d204a 0.05 MB 105 75
281,922 281,922 0000000000000001cfb9492a7fece1ab86debc4dcf8084403629ddd1463df291 0.30 MB 613 37
281,921 281,921 0000000000000002448a77ace53ef431fbc227298a9aeb6c798800029680fd23 0.05 MB 136 211
281,920 281,920 000000000000000245d313433fd8d875190178e146a0e6bf05263f131e4f23e3 0.19 MB 411 76
281,919 281,919 00000000000000015f6d896ee9b465b23c7544e0d8835baa9924b6416e00b501 0.50 MB 1,030 57
281,918 281,918 000000000000000094429c524ca8909c0c91e98f7d513e1ef82a7d06f76b0d99 0.10 MB 93 14
281,917 281,917 00000000000000012762d85bc89d2f599051f99d53dfa5d2e03ef40b253e5fab 0.07 MB 178 47
281,916 281,916 000000000000000026615399b3e6d81e51ff169e5c5deded9090595c45ee62ce 0.35 MB 709 41
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.