Memory Pool Memory Pool Refreshing

9,973 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (729,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,346 178,346 00000000000004cffdeece6ddc3daac9c906edc23c63d59483038692bd8c7b7c 0.04 MB 95 171
178,345 178,345 000000000000010bffa2d5357420c450ca97630c04d4c946191276ed9d8a2923 0.04 MB 105 100
178,344 178,344 00000000000007ea459e9e8ed9b0b3637df9250f041380165c65c2d55ec653da 0.06 MB 134 114
178,343 178,343 00000000000004d1e479b8af036c560ddd87e09c205bb5ad435df35a3645e5c8 0.05 MB 145 15
178,342 178,342 00000000000003272122292d4ec5109e0871b34d9c3e05c3fd92d0e48ac7d945 0.09 MB 200 138
178,341 178,341 00000000000002613231914620382536bef3155af1f45c320bc55ad1065627af 0.11 MB 243 112
178,340 178,340 000000000000000bf970ba2a700b077d29179515e73e9d938e4db6faa13ecf1d 0.01 MB 13 1,018
178,339 178,339 00000000000008cea74d2ecca175e7252aa602daa118bd748ad5e0c43fb632c2 0.01 MB 33 1,348
178,338 178,338 0000000000000a0eb3774dd132e6abba3c14b0277a005d6ced3d40ff83be0c81 0.03 MB 79 304
178,337 178,337 000000000000042bae91553c91405bfdf30eef07dd8f50f451efb1b019c62d0a 0.07 MB 153 274
178,336 178,336 00000000000008331b5e9b43b21975378e341fb1975ee41747e6fd38579e707f 0.01 MB 41 189
178,335 178,335 0000000000000ad487f9967af4d0dc2fc657e5ed6c2194c82f8ea23fb32a1cd7 0.02 MB 45 193
178,334 178,334 00000000000005e566a4e6fda95fdbe9090a568fdb75d59e5ba094f5e6a24c39 0.06 MB 88 217
178,333 178,333 000000000000075bf301ed0d5dcc9386543924f83bd4cafa5c8ecb38d06d7274 0.01 MB 26 235
178,332 178,332 00000000000000ff222346c9d5c964b85362892e321a0ba767f5eba620eb8f62 0.01 MB 30 134
178,331 178,331 00000000000006bf8849c3f89f7fd813257225d5ad6c187c59d7a97054db4656 0.06 MB 130 120
178,330 178,330 00000000000009ed491d57c2aaa641e59634a8152a62fb17f22a116d2606fc9b 0.01 MB 32 187
178,329 178,329 00000000000006cfc246e0d76d6b8210e0c6b6bbcf37e8d369c5b72da4f9aca6 0.01 MB 26 5
178,328 178,328 0000000000000069ed12179e8433d2c142314c155215e7f765ec65d834df578a 0.01 MB 32 135
178,327 178,327 00000000000006f7d3eb988356e57b6135a0195c6c57be792d89cc9f1ff02794 0.05 MB 186 29
178,326 178,326 0000000000000833b113888f9205f28c56f3819e18f676cc0873746c8fc2ae33 0.02 MB 26 173
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.