Memory Pool Memory Pool Refreshing

1,532 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,495 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (577,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,202 330,202 0000000000000000155ca92cd91980747f95445a202f34383eb880ddb4ab1a7b 0.20 MB 299 22
330,201 330,201 0000000000000000196f9003b27f30220825ca5a00d94652f098db8e7311fc3e 0.07 MB 150 35
330,200 330,200 00000000000000000b910ccbf1b699667249202fd2155f83b541b96c0e141ad9 0.03 MB 62 27
330,199 330,199 00000000000000000dd92114cd8d3406a3ca63ff8f6022310f5d08e900ac6b5a 0.08 MB 135 22
330,198 330,198 0000000000000000065489b5add14a735b8ae8a662163dea630d994a121d5191 0.10 MB 132 4
330,197 330,197 0000000000000000153ed4fd6960cedfa4bd73adf4c461d09b1a7dd1845aa700 0.47 MB 993 29
330,196 330,196 0000000000000000097883cf3767c364fce376a4efffaf779bff66a80418d255 0.10 MB 207 22
330,195 330,195 00000000000000000eb46efe3139596f17aac40df995b911ccc26c7e72b12499 0.15 MB 310 26
330,194 330,194 000000000000000009a50666f4736e1f2db826ffe1e631ef84bea87f8f3e4426 0.10 MB 159 21
330,193 330,193 00000000000000001a7fae4b359569975b513e5370e9bb1e27452054d2a7136d 0.45 MB 1,000 32
330,192 330,192 000000000000000002a0fbc654ec2ce76c714d45e1151bb4573cdc48ed2b3c7f 0.32 MB 696 27
330,191 330,191 00000000000000000a7e63ba90785a084ec6e5f9943f482ea94129529f1e6a97 0.42 MB 718 26
330,190 330,190 000000000000000012ba8285606e832ca7a900c7a0b5421fa924c37c2326ad61 0.01 MB 19 37
330,189 330,189 00000000000000000eb616863862ed26a98818d0d3a63a8ffadea565be0cacde 0.20 MB 472 29
330,188 330,188 0000000000000000040e41152fa59c953c506ee63e69e14b17fec983127aa4ad 0.04 MB 85 13
330,187 330,187 000000000000000009b1fd5f763994d5e3b413cfcdd9e2573e934396611649da 0.57 MB 805 18
330,186 330,186 00000000000000001b83d6081deb1508c4a12b462df1903d41170bb0886f562c 0.25 MB 767 41
330,185 330,185 00000000000000000c5e9a7a628407629e0a397bedcc5029b38470ec2135ee83 0.62 MB 1,497 31
330,184 330,184 00000000000000000347e702fdc4d6ed74dca01844857deb5fec560c25b14d51 0.32 MB 550 25
330,183 330,183 00000000000000001395d2fbb8bce4645291c6bc2093843308b8ed040163761f 0.33 MB 571 26
330,182 330,182 00000000000000001a2fd25318e15a98b0bb89100fb22e7edc0fd63317b6fd82 0.16 MB 237 27
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.84 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.