Memory Pool Memory Pool Refreshing

7,490 transactions
3.46 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (681,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,494 226,494 0000000000000268a934f87c5d1a1bff8dc2b832851801b125b009a297d873bb 0.03 MB 61 140
226,493 226,493 000000000000034adf5665909ea48629b10de4a9abbad6f7b884397e4a7a0694 0.07 MB 211 278
226,492 226,492 000000000000023aa932fa0e71309c45803943476ccb33a84ff198915bd58693 0.00 MB 10 0
226,491 226,491 000000000000017f8de4f7cdbe06c57aee46d8b0e6eb393ff7f11ecc487d93aa 0.17 MB 391 187
226,490 226,490 0000000000000062e2e438d4cfc181fcd6c679702a66476689a5e27703274361 0.08 MB 158 154
226,489 226,489 0000000000000037bba2369f6d2fcdb61cd21aa4d907a90cf133e24d4469e1c8 0.01 MB 16 122
226,488 226,488 0000000000000243bab097fdd95b1e7497837d75f2bf1665efc0702f8d26a93d 0.11 MB 253 204
226,487 226,487 000000000000003524ff55e02842526bcb61076ee480bdd086e70fc1ddb791ce 0.22 MB 482 175
226,486 226,486 00000000000002162586bc567cf42d0996a2081b7d573fd5635a97c1cb07ec4e 0.18 MB 465 197
226,485 226,485 00000000000003349622a84f098e17cd911a78532f71e6f1628e6fe34ba66db6 0.17 MB 410 194
226,484 226,484 0000000000000048f03220e2fcfc12c8b623ff52eef22022864494c8094120fc 0.12 MB 274 220
226,483 226,483 00000000000002ec30c94f4f1e5fa005f6317496edb91c7b05537f1f928102d8 0.03 MB 57 202
226,482 226,482 000000000000015589b50f51b4881d199d86da8b4cb10c8a0f97aa613365b9c8 0.06 MB 149 235
226,481 226,481 00000000000000e126f802e52e8411ec007493f62ff2ef0cf1ec504bc7505159 0.11 MB 288 225
226,480 226,480 000000000000014f72876db55e993377bb8672a3bf6fa04cf6ff624ae76716fb 0.01 MB 33 312
226,479 226,479 000000000000029ab55671422bf29bc3198ec0013ce823d5fb4f6f0b39d99c01 0.02 MB 32 130
226,478 226,478 000000000000010c69be16e670ef0fab828759a5ab2c9bb45bcb0b17d3dd5c66 0.12 MB 300 260
226,477 226,477 00000000000002442bffb0fad838eb5e69f34bb570ee589b4463b20ec6f5ce12 0.08 MB 173 223
226,476 226,476 0000000000000054d14695ecf79992393969227d63a45ff2a6d65341c6fdb7b5 0.08 MB 192 214
226,475 226,475 0000000000000090f2ef2e14a8d1e1837671d48852f3647a1d9c0fa9df15dd53 0.05 MB 118 35
226,474 226,474 00000000000001179f2f2d3098c635591e3ec79ce5cd8fb7954a13df9d2e2472 0.09 MB 209 197
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.