Memory Pool Memory Pool Refreshing

5,798 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,509 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (642,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,199 265,199 000000000000000bf1026d4de657e67f6af0505240284d42d0fcbf1c1b4f45d5 0.10 MB 205 124
265,198 265,198 000000000000000b5a09cb74dcd6174dd3397db90b5d63e6af98b88d4e637114 0.03 MB 36 39
265,197 265,197 000000000000000bf507cf400a14b5dac6efee8fa66e316fe9156c227fa84b8c 0.04 MB 84 97
265,196 265,196 000000000000000a2f76b956b8633c0c898f669fdb5d98e82a8904d9122b65a9 0.15 MB 98 17
265,195 265,195 000000000000000db197927ee3d0f443f9c45ad2e8afc2400f4bca7018708a54 0.06 MB 132 53
265,194 265,194 0000000000000001028329c24cd6099f57d515529f07ae4e6734bbe73a05278a 0.18 MB 338 108
265,193 265,193 000000000000000536a83a925f69e567f2426f06cda9c9ea4064fce36da0a68c 0.25 MB 554 111
265,192 265,192 0000000000000006707fd320b1c4c689b3626f895ca45e28d85288deea6a7023 0.09 MB 213 76
265,191 265,191 000000000000000bae66b32df03258a5625d09cbe03a6b5320d0fea9c4f4ec8d 0.25 MB 465 125
265,190 265,190 0000000000000005225a8b441f9d15868098b69adbd11ad179805e3fe15f6b7b 0.14 MB 355 148
265,189 265,189 000000000000000a2bfd0f7edb5afabe83ba91c4a4fc840ce783f924b8e12f48 0.03 MB 81 111
265,188 265,188 00000000000000014bd8b4be93410ba60e556bb0eb06da8f6529b59c811a6065 0.00 MB 7 82
265,187 265,187 00000000000000027df56d008642079304f6f19dbe242d29b7d730be164a0131 0.04 MB 91 40
265,186 265,186 00000000000000026aae8fe1e5ce02d8a20864bb72af34a7b9100fc2c73a69a2 0.14 MB 275 89
265,185 265,185 00000000000000045b33d6c2042b9b60570b37664b57c4ad1e5da6bc3d0e7008 0.04 MB 85 70
265,184 265,184 00000000000000038f3bc61eaf00f3d507ad3aac18e996a2f6d099d612c539cd 0.05 MB 105 169
265,183 265,183 00000000000000089ff391c062657942130b8d1e17269cec149cbd4c9e2e3216 0.04 MB 75 62
265,182 265,182 0000000000000009c49c44b18e76c97e4b8a88a7b1dd5d9cd1d95faa306ad003 0.18 MB 417 143
265,181 265,181 00000000000000065e2ce252b27f24e8df3c99d59d6dfe329373bb0f31bd2b3f 0.11 MB 214 88
265,180 265,180 000000000000000caa108d79c625fc7007f99e089605a8db2b801e7992647657 0.01 MB 27 101
265,179 265,179 0000000000000002049d647560aa3557e1a822d03b4a8298d41548020d05a434 0.13 MB 266 87
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.79 GB sent, 93.57 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.