Memory Pool Memory Pool Refreshing

1,397 transactions
0.58 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.56 vMB 1,383 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (701,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,201 206,201 00000000000002bb7b3caeaad557d7090197471589096daf0f8bd5ba33727ab4 0.09 MB 253 185
206,200 206,200 000000000000029983f8d6cc527bf82641063f5c289a027a2a3bddcc020fd102 0.09 MB 261 168
206,199 206,199 00000000000003eb2589878d50f38cd80835eac3d5d66ba2cb798a25acf35a94 0.14 MB 425 178
206,198 206,198 000000000000019effe10926425fcd4be3d24ddc8873c6b6cf77af910afd55b6 0.03 MB 81 7
206,197 206,197 00000000000005064b3093d9193cffca2cfd39a4787b97d36a77adb3a320f690 0.10 MB 176 554
206,196 206,196 0000000000000476146920716ff1774a1c968505d5bd0578d0c11cb65435a737 0.26 MB 569 161
206,195 206,195 00000000000003cb2a3bc606950678d441216f3aaf9537c87a2e101416ea4776 0.07 MB 113 118
206,194 206,194 000000000000021f38d99feed7721c0722df2b92cb9874b6a3ba12d4b26f44ee 0.00 MB 1 0
206,193 206,193 00000000000003d4ea8be91727e846145b8562f832311c5db1078d3a0c641d5a 0.00 MB 15 44
206,192 206,192 00000000000002233e0f46c2bc2442370077853686f2cf852cc5e051b7c48820 0.07 MB 212 226
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
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.12 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.