Memory Pool Memory Pool Refreshing

362 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (623,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
284,201 284,201 00000000000000004e3a718623fb039c80c6a55d6365d992e566ba5bb6ec12de 0.06 MB 110 39
284,200 284,200 0000000000000000ac3c525ea98f50756561267db55982e7110a8656860c352c 0.10 MB 126 22
284,199 284,199 00000000000000015faf9b93089ab3885ff67bc2a2cd2d0c02c802c67fc1cb52 0.14 MB 204 30
284,198 284,198 0000000000000000d3819cdbc0cf23966488e266023c4bbaac8a32fce34e78d2 0.31 MB 678 40
284,197 284,197 0000000000000001ce6137c5c892737c380ce91bfca44eb98bd436f372705f48 0.05 MB 183 113
284,196 284,196 0000000000000000b9149ef1079f0c83090a4b00d30c61b34b3ec710a920ca83 0.23 MB 380 29
284,195 284,195 0000000000000001c47b864525512dc7798090c556bbef16d8c110d8d0580a90 0.25 MB 494 31
284,194 284,194 00000000000000018e17a1a9048d6f1ee1cd0afe885213263befe41989725676 0.35 MB 445 23
284,193 284,193 00000000000000016048619147105dafdc5cb9dc397b741fbf20cad18f13ccf7 0.35 MB 1,020 51
284,192 284,192 0000000000000001219c237742190cf0c2946f195cbac971e5d90a0fe5d3fe9a 0.21 MB 417 38
284,191 284,191 000000000000000042a99e6035e75b3b14eab20f96525802229a0e5b40c2b997 0.22 MB 474 44
284,190 284,190 00000000000000008cab658de0d803040e5136e7bc578239baa62f1b3f66da7c 0.17 MB 96 14
284,189 284,189 00000000000000015eaea9eeaa45a81d9a8a6f202389b052a47cf39af55d8232 0.05 MB 119 48
284,188 284,188 0000000000000001e2755c7537f2c55c7c9ace08194a5d8d2b0cce8c16ad99ae 0.09 MB 155 18
284,187 284,187 000000000000000038ae0ebae20c28314ed587c30870cc55dcef24386a90ad82 0.24 MB 561 39
284,186 284,186 0000000000000000abe919a069b03b1bb8b9ce1f3ba5b8698e5dc6c49cebe362 0.50 MB 711 24
284,185 284,185 0000000000000001f3956c17bc8b370c66b9e32ccb7e00ceebe4d7d298f2cf67 0.25 MB 755 61
284,184 284,184 0000000000000001767aadb0bdefca1348bc404dd685518627a33f74e8f2fdea 0.35 MB 697 39
284,183 284,183 000000000000000150a2d75698cdbb9402f0bf3b92a948830f60f00a882a9c8c 0.10 MB 184 44
284,182 284,182 0000000000000001bb12169854ef4ca9cd7e24ec71670d9cd04cc1a9c8ab7561 0.78 MB 931 23
284,181 284,181 0000000000000001e11401cda5cede33032d5a7dd47941040e1f613947a4e240 0.25 MB 373 25
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.