Memory Pool Memory Pool Refreshing

328 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,782 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 308 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (713,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,443 194,443 00000000000001404a8ee70532b31bd08432c7c8aed68143b3705be1876c3eee 0.41 MB 512 3
194,442 194,442 0000000000000476deb19bc5e823e81883dff607bd3059141154c36388bb6ff4 0.12 MB 326 168
194,441 194,441 00000000000007625fffc04e639a667b278be0b6706a06b82e1ff56f30c33a99 0.32 MB 512 28
194,440 194,440 00000000000004a2da23328e375829cfe817d0f8516045c7ba9a98f1b21fe425 0.03 MB 111 31
194,439 194,439 0000000000000335d956915192206ed0b0aab383069c46c365db80c3aa5629e3 0.03 MB 47 83
194,438 194,438 000000000000025c6a510a30b6cd9c768e9d3556bea80802cb115935ed4a1d3d 0.06 MB 200 177
194,437 194,437 00000000000001638e5ca7ffa18b47a4c5bfbcc828dcfaa72f1a8cf5f71d8df5 0.12 MB 370 174
194,436 194,436 0000000000000211a9e54a26bb4dcf89d9d706d56c5254343beaab3019205886 0.05 MB 158 162
194,435 194,435 0000000000000537b1eb32c0f7d158fc27aabeff57a7576ae408057f390c0561 0.05 MB 173 2
194,434 194,434 00000000000004894b6960965d2cd3f5bf978f21a89431bbabd90a315429611d 0.25 MB 213 78
194,433 194,433 00000000000003c2f10104127421f1031fc69bf013926c7c0861c9c2f39b1ae6 0.00 MB 9 2
194,432 194,432 000000000000014d24d12474f66b471b3cd2cb9926bb15086cc4ea1faea3c6cd 0.13 MB 208 97
194,431 194,431 00000000000000b267babe3d7a762ee11c3c20c64b0d6481ab515464b0d1f76a 0.05 MB 119 45
194,430 194,430 00000000000001c5464538f1d2626ff000caaedd9e68640dfccf5a86e29203bd 0.17 MB 446 173
194,429 194,429 00000000000004c498461b85f34d9d491dc44d524ac7451a428881e63612ad0f 0.08 MB 258 36
194,428 194,428 000000000000055d4e095293efa67a380269b2329a133859c3e97ade706c7573 0.07 MB 149 143
194,427 194,427 000000000000065eb6467c82de9045038087760b5536a1774543e3662ca203b1 0.06 MB 53 91
194,426 194,426 000000000000069467e762a5fd3fbbf86c4993e39fb6aac1676c8ea352c0a24b 0.20 MB 674 73
194,425 194,425 00000000000000c8a64fe89b1741291d79415659e08837f7f81fc05438e46bcb 0.25 MB 566 154
194,424 194,424 0000000000000181195d2ad8e63597a43d9b8bed760c191521caf58c393a150d 0.01 MB 14 142
194,423 194,423 000000000000022da39cfcb8ae28f4759a92d353c9ad0822237008bc623c6dbd 0.00 MB 4 0
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,630.85 GB sent, 93.53 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.