Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,588 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (259,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
648,460 648,460 0000000000000000000a2b0513f494f9e7943ce11d7908f1d61b85550d50198f 1.27 MB 2,013 43
648,459 648,459 00000000000000000006bd0d85e8bb9802b13ccff342ef8e445b03bc61956ee5 1.15 MB 2,474 27
648,458 648,458 0000000000000000000d72bf8295b08ec952aa53933319fd10a464cd00b0d267 1.26 MB 2,003 73
648,457 648,457 0000000000000000000db4ce6ff65f16f9c007a0d938ee352d8a061aa2212336 1.25 MB 2,420 91
648,456 648,456 000000000000000000076cd9d853b90e8666c50a101f31513eaaeec84422055e 1.28 MB 2,511 29
648,455 648,455 0000000000000000000aae42beb484d8d66672915f062a28170d0267cc3fa3f7 1.32 MB 2,470 43
648,454 648,454 0000000000000000000519d95389a7df64b8c244cee4caedacda0329b263b7c5 1.18 MB 3,005 38
648,453 648,453 0000000000000000000392292dc13e878d96ed2b8e9a7e372f2fd2710a243e90 1.30 MB 2,672 68
648,452 648,452 00000000000000000008f9926f3b48eeddfab60e4c5901ab928101e46881354c 1.40 MB 2,691 74
648,451 648,451 0000000000000000000976631495da3de7c18f5b8ca4c51b2ec1ebdf2e9a14f1 1.26 MB 3,163 114
648,450 648,450 0000000000000000000b2968418d55312c47850e28b03041b04fa7f6f61f2a0e 1.25 MB 1,723 82
648,449 648,449 00000000000000000007870f44bfcc59ded881d164676022bb5afa2574d84c50 1.31 MB 2,720 46
648,448 648,448 000000000000000000034ccae13eba6cf64db1233b9588c27dd4f0da0b8d8625 1.24 MB 2,793 30
648,447 648,447 0000000000000000001027497ad00bf30092145233bfd64a31ebc7f3286bdeea 1.22 MB 3,098 36
648,446 648,446 000000000000000000066f3e2e189192c3ccc4dc7d52b7b0b01b1b30791d2431 1.32 MB 2,683 46
648,445 648,445 0000000000000000000dfd3cd34dd1e5c80dae39ee69db1bd24c21ddd77a518d 1.38 MB 2,793 97
648,444 648,444 0000000000000000000ad48c3b4401f08f4b6242dc209f9c4958e236e7d674e2 1.15 MB 2,829 19
648,443 648,443 00000000000000000005c4647d5c1f2757004ad76e147ab56f71db70d2f2f92f 1.31 MB 2,626 66
648,442 648,442 0000000000000000000d03d1b26975cd7d80553bdb2422f39d3457c7c5ae7eef 1.32 MB 3,009 89
648,441 648,441 00000000000000000004181ffa49c7fb406056d3951892e02fb807ce9ccb3c13 1.21 MB 2,816 38
648,440 648,440 0000000000000000000241df33c4598219b39ba48c216cfe49cbe0b29be09043 1.19 MB 2,278 24
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.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.