Memory Pool Memory Pool Refreshing

9,305 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,852 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (686,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,207 221,207 000000000000040db9d344032c1d93990686c5b8ec1b207af76ea4fc2de87bca 0.08 MB 256 450
221,206 221,206 000000000000021e6b84fa602fe58c4f7a99c5df2fae663761876cfdcadca406 0.15 MB 369 212
221,205 221,205 0000000000000321d94355f502d1deed538c8ba4629625e7105163bd334cd3c0 0.17 MB 274 130
221,204 221,204 000000000000033d2d0997a0b048b54024f5179f233f5d98cddc7bb49cee4765 0.13 MB 292 157
221,203 221,203 00000000000001ebd9bd592affcc0a1e5fa5a509d72dcdfac3755f1cd28ad0de 0.21 MB 485 215
221,202 221,202 0000000000000059b44c3fbef3094945e8eddc84254025596103f7aa6c2681fe 0.25 MB 629 188
221,201 221,201 000000000000041a247a03237ce06806f51970526672f190ed2dd6493544df51 0.25 MB 837 199
221,200 221,200 00000000000001ccd86b43bf1941b8cf1eece28bf4f8711627c3d0d3f84f1133 0.25 MB 508 149
221,199 221,199 00000000000000b37d6e7c10962086859b7b9aaf637e694f968fd6f22ea8b70f 0.18 MB 601 235
221,198 221,198 000000000000027027fcb3f03ab8238a4f17325d886de00ae6d692d029d4ab46 0.25 MB 706 256
221,197 221,197 00000000000000799b0f0032400737ab6f185da9453531f843028af75b23d7da 0.25 MB 384 89
221,196 221,196 00000000000004e8db16cbf5a5ad40343f4f243def85b7ce9a7adb13b3743489 0.23 MB 308 115
221,195 221,195 00000000000003324e4af80be0d8d35f58c2fa424e66f4f342d3abe766924b92 0.25 MB 492 181
221,194 221,194 00000000000004f8c79ed2695972c4fd299214ba98b6664b2e10f2c40bd02786 0.05 MB 104 29
221,193 221,193 0000000000000095eab631732813c4e3818dc0ba725ff99a495423e0758a0ef3 0.25 MB 690 264
221,192 221,192 000000000000023510702aa9053b31cef607643dc0de9ea705659eac795fa43f 0.25 MB 678 221
221,191 221,191 000000000000048801aec9f175b6500afbf68a1b987a24c9357615eb776b36eb 0.25 MB 570 188
221,190 221,190 00000000000001ae0adfe92d8bf95820abfd4a4a8addb449a31234362fac5fbc 0.05 MB 137 226
221,189 221,189 000000000000007e8c454321fac70c7ba24a1c2a90fd79252648b3d8d6d43d79 0.10 MB 253 253
221,188 221,188 00000000000003bb28a98206c64ca07f2a56a1153f7affc66f861296617ae42a 0.16 MB 162 91
221,187 221,187 00000000000002ec43392e89f8021427f0494c4fa9be0c16f9395c0fbf88450c 0.15 MB 367 231
Previous 10 blocks ↓
Total Size: 768.98 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,616.47 GB sent, 92.72 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.