Memory Pool Memory Pool Refreshing

5,253 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,691 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (704,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,066 203,066 000000000000000511a65a66065b50f0612d06d2766495695a362c0969a6f866 0.16 MB 230 242
203,065 203,065 0000000000000375f783012285b75f1e279d51d916fe29783f457dca78828201 0.25 MB 546 112
203,064 203,064 00000000000005169457805a52f97935a885e42fed557b0063c0ca9898b3905e 0.25 MB 798 177
203,063 203,063 000000000000011cd5f98ecf3656cae47ef8703cb3dbe9e29e1f222704e7e986 0.05 MB 103 187
203,062 203,062 0000000000000000497b8b1a83a091bbd8fa7afef1bf62263ebd79019e98eab6 0.05 MB 153 346
203,061 203,061 000000000000038c8ac727a768f8e738a92c91beb55da9109eb5885aeee454bf 0.15 MB 176 75
203,060 203,060 00000000000001beb87bda50afad03d4afcc17443ba64cc7169da7e61ef90e05 0.03 MB 75 136
203,059 203,059 0000000000000398d62b7741273602dd8c098f6c05b2ef59b08ffca9327aa9c9 0.36 MB 667 89
203,058 203,058 000000000000040e21178f841de61a5b6049b1e04331cbb82aeb6699e879d4e7 0.10 MB 206 176
203,057 203,057 00000000000001b97abf79f57e8832239ce3454165cc5daced6ce0d64844e794 0.01 MB 16 95
203,056 203,056 000000000000024e43bf40da9d6259ce891aed1fbdc2be6cbd40a2c524444456 0.03 MB 65 96
203,055 203,055 0000000000000394991207168a8ae4508ba111ac9b39de7235851f772a1e038a 0.08 MB 159 134
203,054 203,054 000000000000025ec34efc553f91b115628758de4d74648404b44567422c0841 0.00 MB 13 31
203,053 203,053 000000000000022e468e8a5a701baa9b2ca3aaa932567434c2034b037b21dc13 0.24 MB 396 124
203,052 203,052 00000000000001abe0daa630844483bc7fe69af910073b8b3896a319c0f1ec9a 0.18 MB 474 187
203,051 203,051 00000000000000ec01bc5ffaa112d90ce8f112c3fa1eebe0dfa8c1131c85d98d 0.02 MB 32 61
203,050 203,050 00000000000002ec68202428db800f46734632c62771887c1c5b24be8c7614b5 0.21 MB 578 171
203,049 203,049 00000000000001aee9b787846887b1f943b0b8c178dcfb4e204daf47319d919a 0.24 MB 438 144
203,048 203,048 00000000000002c1387fcc84693aa39966c360f8b35d480c732dc30172f43807 0.13 MB 183 100
203,047 203,047 0000000000000328859eaaf66b30a33e93ec5119d8b32a9feda9ec64e738efb6 0.25 MB 555 164
203,046 203,046 00000000000001124b7ef524b19716db27febf8df8b9aa778c6dec5bc877575b 0.04 MB 67 89
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.