Memory Pool Memory Pool Refreshing

3,180 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,501 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (785,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,565 122,565 000000000000906703185366f65833a2124b38791aae2e729c3a8f856260d863 0.00 MB 1 0
122,564 122,564 00000000000085d433111f53add8d72abe2c1ab504d3d957a71c80a3c428165d 0.00 MB 9 613
122,563 122,563 00000000000000ddfa432e2e108f876e8c23ab01646a78fd936e16950358ac8a 0.00 MB 11 1,184
122,562 122,562 000000000000002c1eeb4fd87e64bfe97a366722df71731d616ae1ee147e6271 0.00 MB 9 277
122,561 122,561 00000000000093ce1fcb0ddd0d2b56058f829bd035889bb057df1937718e17e7 0.01 MB 28 486
122,560 122,560 000000000000243b98902e77c487ba3a177a2d25a902a50c9c6602b0d4175012 0.00 MB 9 0
122,559 122,559 0000000000000aa42f875352d204218542f20345104bd04d63a357f784b28269 0.01 MB 14 1,733
122,558 122,558 0000000000006a5728ac93068f760deed79ec00f29da746e94591c2e3a63b47c 0.00 MB 17 1,260
122,557 122,557 00000000000091f60171310f01814958dec9624d8b8196667622ce75b93abc44 0.00 MB 11 0
122,556 122,556 000000000000717804ee52d43e786eed4d699c92169ad2bdaf3828fc7585edf6 0.00 MB 10 0
122,555 122,555 00000000000092977fd99927b0dacf08ed63ce912aa62a3d7840f1677d8948ba 0.01 MB 28 202
122,554 122,554 000000000000866fcbebd6994e49d45358c2261ae0b460b282d54f613911175e 0.01 MB 7 393
122,553 122,553 00000000000082737987539efed728e578ee34fb9d784300b03e18395416b79a 0.00 MB 10 309
122,552 122,552 0000000000007f0c221ce2d0a81a5888279ad4623e606c30af89ac4d3ae723e2 0.01 MB 12 0
122,551 122,551 00000000000016e967f4fa4f7680856cb4d0b1755b73b8ae421e035409214146 0.00 MB 2 1,464
122,550 122,550 0000000000005f1b33aaed5b646d377dc0a6a2d5fbe77b358de560746259fbaf 0.00 MB 1 0
122,549 122,549 00000000000001b13af7302781b580e23e9491f712e94c7bb84bfb2be2dd3d29 0.01 MB 18 1,239
122,548 122,548 00000000000050600270c0a569dd1e0c389621ea1e6a560e630871c62bc32b67 0.00 MB 9 0
122,547 122,547 0000000000006ac16b6da5ee4d909059f5fe3f801ec2e3a9170693d4d73ba62f 0.01 MB 21 224
122,546 122,546 0000000000002798668d25145d1588eabbb49f9b8890fa45725cc1710b3b07b4 0.04 MB 147 160
122,545 122,545 000000000000972bcc887a0ad965a468c33f7c330be1adb642c1bd934956d3d1 0.01 MB 41 1,423
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.43 GB sent, 94.29 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.