Memory Pool Memory Pool Refreshing

2,920 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,755 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,896 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,754 (674,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,375 233,375 0000000000000016dd327735dd9d52e9f2a620124790debaa0454d77efa06099 0.10 MB 240 151
233,374 233,374 000000000000004956326f4d2b2eea260c70542329f1911e3e82a10e3d62bad6 0.06 MB 151 215
233,373 233,373 00000000000000a21bf1a1b71b7a9458470da757b45ead50e3bb558abbdc7cb2 0.06 MB 131 150
233,372 233,372 00000000000001b998f56c5ece1a67482c344a1b9f19101b44f07eb8d0728e52 0.05 MB 90 173
233,371 233,371 00000000000001c743c670678ce9150a587fd0d303ceea8fd50aed5d671de977 0.24 MB 357 77
233,370 233,370 000000000000015879e26c81170a54adb79a893eea2b4fbc5ff1fc057d8762fa 0.21 MB 345 118
233,369 233,369 00000000000001865fc36bef601df5353ef96f642ac6eb0c9834d832c180c684 0.08 MB 256 171
233,368 233,368 000000000000004f474824dd1e370d19d927a6d879dfce8c42486000fa281904 0.02 MB 32 56
233,367 233,367 000000000000017b8edceb1c4a65aa97008be13b10192b662be661cc6e375911 0.05 MB 107 162
233,366 233,366 00000000000000c9a4eb9035693b7f18d6a87dfa150d81f4bec20c385de6fedf 0.15 MB 338 172
233,365 233,365 000000000000000e4f122215b946fcfb632b679ff9cb228c80749d5bfaa9c03b 0.19 MB 428 176
233,364 233,364 00000000000000016952b419b7495aad12cb325de3b4bee1cb584c0a4099f30e 0.18 MB 402 171
233,363 233,363 0000000000000055a6715090b26190bddea99876feb22a9f80ca98adaab9f1a1 0.21 MB 444 149
233,362 233,362 00000000000001b4d16ab38468ad3cc4166b78ac60f3d0c59bd09c28466c1f9e 0.12 MB 254 148
233,361 233,361 00000000000001c13361d6daed05e93c59d4e804bba5cbaa1d2e85ef333331ca 0.03 MB 64 196
233,360 233,360 000000000000013b6845c8634d00a625fa68dcd66c752ee8cc0f136273099542 0.03 MB 18 42
233,359 233,359 0000000000000181f5a984dc9d99e4b48875d1d8cc883d4d9727621bd1f9fa2d 0.13 MB 284 225
233,358 233,358 0000000000000112f799ab9a74b1003b1614efeb0fed81c84268089b7df234da 0.08 MB 175 179
233,357 233,357 00000000000001b629c4fa7344d6f33af2aac5f75982c7d9da61f484d6c42f97 0.08 MB 202 210
233,356 233,356 00000000000001250be7b72b0cd3daa59ccb4c1f29e31dc533deb1eabd7f5ce0 0.14 MB 361 17
233,355 233,355 00000000000000ba29d4887c34f943d3938dbcf0a219f00b33a19df6983c029c 0.09 MB 190 172
Previous 10 blocks ↓
Total Size: 769.08 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,628.29 GB sent, 93.33 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.