Memory Pool Memory Pool Refreshing

7,702 transactions
3.58 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 3,001 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (730,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,389 177,389 0000000000000260cc93ecb8bcb4f6332cc5bda890afe7ff5f58efa141f5b958 0.00 MB 12 259
177,388 177,388 0000000000000275cf7cf543a1eda0dcb0d78ec8a1cceb11a202d98e6e6a2dd3 0.03 MB 60 157
177,387 177,387 0000000000000724d677de7b5ed3ac5cd21f89fcd7daa78853b90b5f1a7a7ff2 0.06 MB 69 77
177,386 177,386 000000000000048c374fe4643c1a25da3095564b65d4042a3b2fbec0b009c464 0.02 MB 47 100
177,385 177,385 0000000000000385b60eb60dfcc180af2c51c34aea16aeeaa86f86fb4446e4a3 0.01 MB 25 593
177,384 177,384 00000000000005ec20e252e7296e11831b8be95907ca8881028cb0d593fcdc96 0.03 MB 64 16
177,383 177,383 000000000000043f0940f1507e371d1c80c29c3cb3cfefbb7c236f1e352bca62 0.06 MB 122 1,926
177,382 177,382 000000000000028f4a115fc46bed22b1cdfea164840aa949298ac1d5a935cc7a 0.01 MB 29 142
177,381 177,381 000000000000086695cf248398b73e6cf2c8ae4ad61b70122bde885cfe23bc57 0.02 MB 46 127
177,380 177,380 000000000000064b52b9f6aad7f38f7eb3eb5888d208a1b8b41f69449b2c6051 0.04 MB 19 59
177,379 177,379 000000000000042ea71186059aba3a9baddd8aa9519ff3d8c0100aa46f83457e 0.05 MB 166 50
177,378 177,378 00000000000001037295f55f79c7fa1f77af20d99703bbf66e71cd6207aa4165 0.02 MB 28 25
177,377 177,377 00000000000001e1fb1b05ab8a6f931f3b1d2af051189057783fe6d89153766b 0.09 MB 82 58
177,376 177,376 00000000000004b57f0ef0c993d75e1dc4b7d88ad7f0f1c7d1415f3fc3d39817 0.06 MB 66 556
177,375 177,375 000000000000021e29feeaee09b6f9c47fb64135c7d70e7571367ff854c6d435 0.03 MB 56 191
177,374 177,374 00000000000007cac71897d2565ae7e51391c8fb445218a4c16ca2b1a0f956ee 0.09 MB 91 67
177,373 177,373 000000000000070e283057f45b2e79b837c8aa2daa301db75b12e00f1b8f3543 0.02 MB 36 5,040
177,372 177,372 0000000000000a8358b86bf92a4a01ce41dfd2492e3e09a9c13ed731f4002b2b 0.03 MB 62 225
177,371 177,371 00000000000008dcc1f389fd4f778479641d54984b5ec4382940051629489d75 0.05 MB 167 35
177,370 177,370 00000000000001eccbe97306de13d5e571557c28e0f16213130d01ffeff91420 0.01 MB 17 172
177,369 177,369 000000000000098084d721341d6b41cea74c2f3ca36e4f9bda03c323824d5a4c 0.04 MB 104 173
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.87 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.