Memory Pool Memory Pool Refreshing

3,675 transactions
1.13 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,632 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (707,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,492 200,492 000000000000058c302e86a9686a5137cd6204110aa41c5ee46118f9be407032 0.29 MB 738 121
200,491 200,491 000000000000019a0452243be9e81de171929b0c0e0ef798ecdb47c3b8aa66ec 0.00 MB 7 0
200,490 200,490 0000000000000237dec52ef8a1552971145ba8d19878c2e7e8bd801ae65fbded 0.10 MB 229 148
200,489 200,489 00000000000001847bddc5363471c404f6a430b229261fb2733c5724761de1fc 0.04 MB 118 188
200,488 200,488 000000000000039b976107230cd4dd25d525d925db27f00cc6a13286f233cff7 0.04 MB 117 172
200,487 200,487 00000000000002a175b2b6b4f666f9ff18c82ba44f891e0305a2e9c163af6c64 0.02 MB 53 86
200,486 200,486 0000000000000431be7176d3ab1e1eeb6d4b84d35984f2deff2aaf17d32a1535 0.08 MB 51 56
200,485 200,485 000000000000031652eaf734c6b079ffd660ff4ff5725880749b50e9dc5f7165 0.24 MB 519 166
200,484 200,484 00000000000001e741db0cb43cb8bbb937e5577dde40fe596f640b245eb87f07 0.05 MB 139 112
200,483 200,483 00000000000000beb8167732dd61e3e33aac8dc1de7fc3f6b01532d9b6b60212 0.05 MB 139 96
200,482 200,482 000000000000021c39a3579fd6d43c94b416a41e2f92652b341b0580cdc9de60 0.05 MB 118 118
200,481 200,481 000000000000009cb01229397491385dc6769be35b4b555ebb1ddee424688c3f 0.05 MB 117 86
200,480 200,480 000000000000027ffbcdc44fd4d6d4b6f3f45822f261bd1c67fdb7f631fe472e 0.10 MB 308 191
200,479 200,479 00000000000001526af649c4a31640c046d58cd58034bafae7deee4482e78004 0.10 MB 214 153
200,478 200,478 000000000000038316c62e644dd36da9750aa41125f0266cfd96cac4da66e992 0.10 MB 261 205
200,477 200,477 000000000000044768850bb5683e4b53ea149d602f261eb05940bddb818d653c 0.07 MB 169 123
200,476 200,476 0000000000000105f2d646e90a9b33339fd1f16d4c35f5745093353937b706b0 0.01 MB 42 112
200,475 200,475 00000000000005cc68bb4c5e26b7ca07f90e7284ad37dc80b8a7283e776fe7f2 0.14 MB 361 79
200,474 200,474 0000000000000456231d2cf8ec87c00ee7a70cbddde24f8986b4189f3cf10d9c 0.17 MB 389 257
200,473 200,473 000000000000037c5e3f67951c6aa2503dff63f6de4d0439292ddd1ac2778a10 0.10 MB 165 127
200,472 200,472 0000000000000550a30560785a6bf61b7aeeadfd0c89081e37d7c4856b34a1eb 0.07 MB 216 160
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.