Memory Pool Memory Pool Refreshing

12,411 transactions
4.43 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
2 sats/vbyte 3
2 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
908,158 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,244 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,157 (713,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,447 194,447 00000000000000512d267c90d090acb4b48b6cb14ae3e7768aa95beea3a73eda 0.00 MB 3 3,029
194,446 194,446 000000000000075a1bfd67c38d3db3bd8a2fd104609483e036b87eb938585772 0.09 MB 229 119
194,445 194,445 000000000000027fa54756964c1bde612429b2d11f620f657f8b0f9c00d9dad1 0.00 MB 11 0
194,444 194,444 00000000000001965125dfd8abf0ef70de3966ff5feac3cbb64c83df70c95653 0.00 MB 11 71
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
Previous 10 blocks ↓
Total Size: 769.85 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,680.85 GB sent, 97.13 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.