Memory Pool Memory Pool Refreshing

3,776 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,011 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (555,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,320 352,320 000000000000000010f3b3442dcd20888506598c568b6c20d53d11207549c0b2 0.22 MB 459 29
352,319 352,319 0000000000000000007aab37b3b3b61a7db3ff2c278d41c63a8cfc84c70f03e8 0.46 MB 696 23
352,318 352,318 000000000000000002a19f9d53db496b43712e232a8655fe62078adc6bcda8e6 0.01 MB 25 22
352,317 352,317 0000000000000000028581c27dc2a8cfa7f7ab1b43d0c34e4ce4b2ec54d703ac 0.42 MB 900 31
352,316 352,316 000000000000000000a46c7caa24148926c943826ed0fa300a009c228031ac7d 0.18 MB 400 30
352,315 352,315 00000000000000001543fed22757017eb975041533133caf5f9d37a5d0e564e4 0.22 MB 407 22
352,314 352,314 0000000000000000081616e3f3ea605b4fd56f43b824705412673eee4c3f00ae 0.13 MB 203 11
352,313 352,313 00000000000000000c460df8e751dde26cae2b471217b53d755770b4fab48ad1 0.46 MB 910 27
352,312 352,312 000000000000000013825ce8db8e39a5daac8969a8d676eff2596cfe60d4bbeb 0.56 MB 886 22
352,311 352,311 000000000000000013934fc1eb3f378bd2b8f9b982a92f1166edc1f7c8108680 0.46 MB 644 21
352,310 352,310 000000000000000013de0a8cee7acbcf69fb6968a85a153c3159d828c18d561e 0.29 MB 534 25
352,309 352,309 00000000000000000c75b5577e558932a8be1f49748df0fbe36b25ce62dded3d 0.86 MB 1,406 21
352,308 352,308 00000000000000000d43a41d4695e23576cdf65d9faff2509ff066af3eb76d47 0.48 MB 880 27
352,307 352,307 00000000000000000d55a1012e968097b00a0f58d9d754ded7eb60a402b4ddea 0.24 MB 438 26
352,306 352,306 00000000000000000c5c2b07b84b608581ed1723959e89cabb5b6bf53f8ea794 0.24 MB 480 28
352,305 352,305 00000000000000001200ffc70af39882728895900a9e0430594c7e05f24c4887 0.23 MB 471 32
352,304 352,304 00000000000000000f8d29f7f183cb5fb1f091d4a8d6cba2d55c5217827f0d1b 0.06 MB 105 25
352,303 352,303 000000000000000011ae741d07a6a5bca83dc5547b3b161a5d21a02235676f4d 0.12 MB 246 29
352,302 352,302 00000000000000000600dd1543604bb4670f42625175e0a78ffdfe795f5cdfce 0.33 MB 750 57
352,301 352,301 00000000000000001394d90e602cbb17766975c701bd987fb95c554b18b53d48 0.19 MB 374 29
352,300 352,300 000000000000000000160e71bea14f0aec589202e5ee45e680af27108d2624d1 0.16 MB 337 24
Previous 10 blocks ↓
Total Size: 769.13 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,631.15 GB sent, 93.54 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.