Memory Pool Memory Pool Refreshing

1,365 transactions
0.48 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
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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,357 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (668,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,927 238,927 0000000000000024fac0d2d51477e22fbe97f769490798707617c7be4061b3b4 0.03 MB 42 106
238,926 238,926 00000000000000a1172b8a5b81ae37840790c4a3bdb0f25b4462c72962e5c599 0.16 MB 393 150
238,925 238,925 00000000000000c449f9d61b2ed86fb1a27e3999831d06abb770dc92b5a5cbc0 0.41 MB 696 94
238,924 238,924 0000000000000101de4d20af8a3407203efeb9839c20d868c15c95141830a2e4 0.06 MB 80 16
238,923 238,923 0000000000000112b4387831dc9712e960a0aae474375de2592706370395e256 0.25 MB 338 106
238,922 238,922 00000000000000acc2192c5295280e6a01f350bd0ac4b6de6ce4b7be7cc93de4 0.25 MB 770 245
238,921 238,921 00000000000000a73a7db303c4b898df7024433cd004d133121d05cccbba4e0e 0.00 MB 6 151
238,920 238,920 00000000000000ef27d86f0dd6872b3d4d0cd26d0a8a73ca338e13a89453c1ab 0.19 MB 348 124
238,919 238,919 00000000000000a368df03d9303b6e5fcc3f5be3578f225c4d04694f2e31ccc2 0.18 MB 353 150
238,918 238,918 000000000000007d9943d6d1ec53094b228562170b66fd859136c834012cc0ba 0.25 MB 505 175
238,917 238,917 0000000000000130dc115affd2c35d47d91547f90712d0ab7ab37c0d1ed8adfc 0.09 MB 241 30
238,916 238,916 000000000000006d4440753e9f7c9f74e2ddf69990bd08243ca68c2d0c4a6faf 0.16 MB 425 196
238,915 238,915 000000000000002537de6ac117a71cb6b51137725a66027ee093d78573906882 0.03 MB 44 148
238,914 238,914 000000000000006f3775e76ba68eaaff78a302af2581c4093f62ce89526b5faf 0.14 MB 256 76
238,913 238,913 000000000000001e96c486b4a74f998f2fabd3207fd8687771aed8489d7db658 0.47 MB 1,058 168
238,912 238,912 00000000000000bc237903a2675f3c7714ef72c5f1a3a72a13a73ff60d659c2d 0.17 MB 363 172
238,911 238,911 00000000000000794e5012d588cde3be277b0cab0c3659f5a231b3570e904b3c 0.12 MB 158 103
238,910 238,910 0000000000000064102d93b3b55fe67bdf4fbad43b527ac4531964110addda44 0.34 MB 543 126
238,909 238,909 00000000000000eae7a5d9655f15656d0ff82bcbd4cc526e495931549b1f184e 0.25 MB 719 255
238,908 238,908 0000000000000044b88f52dae5fc176d0737b35ed79c4e78a7fb4c1eabfd6cc4 0.10 MB 235 184
238,907 238,907 000000000000006175d7b251a1bba8412a3312d1b47c6461f94c9f8d324072c7 0.10 MB 266 148
Previous 10 blocks ↓
Total Size: 769.11 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,629.37 GB sent, 93.42 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.