Memory Pool Memory Pool Refreshing

2,287 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,275 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (642,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
265,178 265,178 0000000000000003b19f56998278e9122a61e2cd603ed4257705c945722993c7 0.06 MB 106 289
265,177 265,177 00000000000000094b89c8d1661bca49c60ad0bcfcf6c8a295f8d43b54a0b5ee 0.01 MB 15 105
265,176 265,176 0000000000000003b0e13d3c1437b5f2286f5351765d1a25a3a7b3281e768c0e 0.10 MB 113 58
265,175 265,175 00000000000000008b0410468b0ed373d097e9a6664ab85b3398df1a58b749a5 0.03 MB 73 64
265,174 265,174 000000000000000a8e1f87a000c0bf509a30c122caba644aecfeb44aa5a42e68 0.18 MB 442 133
265,173 265,173 000000000000000252451ffd574a341961cd72d6ca0d6708dba3b74024786d21 0.10 MB 231 49
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.