Memory Pool Memory Pool Refreshing

1,973 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,861 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,960 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (754,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,519 153,519 000000000000053bd341cb59668185745f05463bc03a891e3249403d204b0a05 0.05 MB 157 53
153,518 153,518 00000000000003d9af905eb59297d1b0d34dc8647c7f7c457264356adb1001e6 0.03 MB 24 806
153,517 153,517 00000000000004070b7f06b9166561e0806b087b01f2db07d68ddbac802faa3a 0.01 MB 28 15
153,516 153,516 000000000000091baf90b329d338cae5675c58ec48febe936b4a0e860ee38462 0.05 MB 163 29
153,515 153,515 00000000000001aaf0c073f4d9dcb8a752f85574f6e4a44233414ead4618cbed 0.00 MB 5 147
153,514 153,514 000000000000028815866551d15de435dcf27fe5281e14c22c36fb34631f74cf 0.03 MB 75 0
153,513 153,513 00000000000005a3a68c692f7f83db01874bff62de81cf8917eb0c48231be07a 0.02 MB 52 111
153,512 153,512 0000000000000cc883c026f19411c48362c3daec262843fe630a201120c70f50 0.00 MB 11 0
153,511 153,511 000000000000032057a2cb8bddb50501b6dca27fe6d0678e0edf5a0efdb90c16 0.03 MB 66 56
153,510 153,510 00000000000004b30fb75c00e2aabca589ab283117fdcfe735d5ca7aeec8c41e 0.01 MB 13 74
153,509 153,509 00000000000000fb62bbadc0a9dcda556925b2d0c1ad8634253ac2e83ab8382f 0.02 MB 40 127
153,508 153,508 0000000000000c33922e2ab1fdaa65c7e1cc7362ccfcc9fc0600bc8790b5a167 0.00 MB 12 1,442
153,507 153,507 0000000000000299a0c43672fcfb203f900d7aef37a49b2def6b31e9988802b5 0.00 MB 13 57
153,506 153,506 00000000000003a799350b70cf7abae77fc200aa6d205618013d3082fa4db5b8 0.01 MB 42 3
153,505 153,505 00000000000001598fee348f3f9cebecfc68b5342110c3cec153a779ed639123 0.01 MB 10 57
153,504 153,504 000000000000092ead267e528d92aec7bf15a6b77c04b24e1b5cacce1971bdd9 0.00 MB 5 145
153,503 153,503 000000000000008c474600480e2a6a87737f250af327be6c53c003558384e4a3 0.01 MB 39 446
153,502 153,502 0000000000000279deeae679e53c67cd2a5e49a639b36e63f3b57276afec65e0 0.00 MB 10 56
153,501 153,501 00000000000003d2c47bd83eac4149cf5d5c6ee0f2e6b3623b82051714292671 0.03 MB 89 32
153,500 153,500 0000000000000acb845049f313d9bc7d020491c49e0663cba1ffa234f596de2c 0.04 MB 68 187
153,499 153,499 0000000000000aadeeca3e1842f597efd1a56594e8aee3faff0dc37a1a06048b 0.01 MB 17 0
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.