Memory Pool Memory Pool Refreshing

1,906 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,508 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (556,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,969 350,969 000000000000000001439397f7bac43b9d84ae962c10f88506aec9e4a751e295 0.81 MB 1,571 25
350,968 350,968 000000000000000013ce0301e739ca700b129c4ccf36fcbc63ff15baa14abf2f 0.28 MB 376 20
350,967 350,967 00000000000000000c400bac8e8e80ddb82d7872ba884326153ee82d8f713f03 0.37 MB 308 8
350,966 350,966 000000000000000010356e36b70da499087cea373535d9f6c89e78b6c56c077d 0.48 MB 988 28
350,965 350,965 000000000000000006464b8a47f1e3b59566f854d1f7944d86045416b0738fed 0.28 MB 551 23
350,964 350,964 00000000000000000a12a1ed29760e935f28e03e0b7b609845a782b742c53831 0.17 MB 347 29
350,963 350,963 000000000000000004f4f7533a0ec62668a6cd7c62a1fbd232adc38ae1ffb341 0.33 MB 647 28
350,962 350,962 00000000000000000a265e70424ad2c944b7d7306acd23a4002940a1048fdda6 0.19 MB 382 17
350,961 350,961 00000000000000000903257209bdbb584c874db0008ea9bf516faf3843546d6b 0.50 MB 861 28
350,960 350,960 000000000000000002394f5e37b7f3173b58e1e0de29de6dfbc7c29ed89a8c61 0.05 MB 98 15
350,959 350,959 0000000000000000087b09d2d24321491677605940791b41adf02762c475eecc 0.47 MB 951 18
350,958 350,958 00000000000000000003ce81d97978eab0046812de0c4a02be9c862476eca9ca 0.48 MB 532 19
350,957 350,957 00000000000000000c02bdc2b390089930fca16ed666769a40f65dba8af071bc 0.75 MB 935 20
350,956 350,956 0000000000000000108e2c2be7164d70cb7ecabaa1a2bf18fb1336e99f7e6361 0.75 MB 1,649 31
350,955 350,955 000000000000000011c2b2ae70f685b3f4173268e7d060bbbeac018a065676fc 0.29 MB 411 20
350,954 350,954 00000000000000000c57805e5333fba2fb225451d69b941a05b602755cc0cf69 0.23 MB 404 25
350,953 350,953 000000000000000004484915149abaf866d0862ef5060ef30e469bc9cce3c26a 0.49 MB 884 24
350,952 350,952 000000000000000014a336ec2f470eb6130d396056c96e42616e1a01763af224 0.33 MB 631 35
350,951 350,951 0000000000000000147b062e5f9735a0606c9514af8fd073be9b92fd0efbf691 0.01 MB 15 5
350,950 350,950 0000000000000000082ccb45d330985c6fbc29497f345615e32a2eb537813fe5 0.54 MB 1,006 27
350,949 350,949 00000000000000001255d4b55cdd7fb0dbe971470e24f273fd70264317f84662 0.65 MB 1,047 58
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.44 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.