Memory Pool Memory Pool Refreshing

1,218 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,214 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (701,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,191 206,191 0000000000000455ec0f153c7729898ab566b22a792c0a4d3d5c473e0b4c6196 0.00 MB 9 159
206,190 206,190 00000000000004b2861ba0aedf55e7fe8cc0c09c64ea229e7c8b28ead3c9898b 0.06 MB 135 182
206,189 206,189 000000000000010ffca22c51f7742225ff50d3d4bc12b26841ff1f26b5d7f23d 0.01 MB 31 113
206,188 206,188 00000000000004bfe55a5bc0fdd9956a668f0e562d3676a2d5d3124546d7fbf6 0.20 MB 489 206
206,187 206,187 00000000000002f108dfc04be5f75729d6e8d5f2d4b7c82e5c925416c258ab06 0.05 MB 91 131
206,186 206,186 00000000000000e868cab931bda7984285a59cd868c96dd4f59e7ab105a47d2e 0.18 MB 319 102
206,185 206,185 000000000000028229b5b01bb4d7c0ea1bc90086002ac1f2909ad6314b381044 0.05 MB 128 216
206,184 206,184 00000000000000d9fca569f4598aafd43e78c252ede6d2aa9e8abef7083d172c 0.16 MB 315 213
206,183 206,183 00000000000004c8c46b6cef015c9ef3cf4bab6795dee0a1c530ee122385398d 0.06 MB 26 61
206,182 206,182 00000000000004dd8f5f8561edf2ed3544bed852d1da12974dffbad94a2450b2 0.07 MB 107 145
206,181 206,181 00000000000003bc9ab35fd5e44451f768fdae3d70d97faf7d02981b968323ba 0.07 MB 200 187
206,180 206,180 0000000000000282237f8734fb10bdec9fd4145a120dcd764d51dce928aa9bfa 0.07 MB 176 205
206,179 206,179 00000000000001722b6559c3cac825fa6771091d635b7b6f3aee4585f2334624 0.03 MB 70 162
206,178 206,178 00000000000004b089fff934ba85cfe6f34b7deeec40ad18392fea5aaa1f4c1b 0.00 MB 13 184
206,177 206,177 00000000000001cd7bde48f23e17f117c28cebdc7804a6e5b7aa7c269014c88a 0.09 MB 160 220
206,176 206,176 00000000000000f43e052f61e81c529c11b9ec72df7221f6daac8ba0fe270f42 0.00 MB 10 483
206,175 206,175 00000000000000c5a9cb2b0439ae8f3abca17e263a79943428126948ce806faf 0.02 MB 46 163
206,174 206,174 00000000000001aceb91ff7e983d134bfe21fd0c5a8d6801eb92fe5eea04a4c3 0.26 MB 593 189
206,173 206,173 0000000000000032de7eea811d9d1e483e94599ffd110fa7ee19af1cbc6b9572 0.18 MB 363 200
206,172 206,172 00000000000000a37d3094b500a1477672e7edd0df4479a76e032aadc2fa500f 0.37 MB 601 155
206,171 206,171 00000000000004cc99d7b3b2d5d6f4acb381601621904677b596c2fbd7e91b8b 0.05 MB 142 211
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.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.