Memory Pool Memory Pool Refreshing

36,705 transactions
29.26 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,254 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,456 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,253 (663,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
199,833 199,833 000000000000014f0b8878be4aade7242fb553b0d7692d94f102c15445afe5c4 0.21 MB 512 359
199,832 199,832 00000000000004c670e8c18496d4564064c03b9d62cfe4051d94d5c63f85e57a 0.06 MB 145 217
199,831 199,831 00000000000005cca2fba1b994077ab8f7298a6c7591902f4a8d082350d0b1d0 0.13 MB 261 79
199,830 199,830 00000000000001646ac29c2d8e154de29bcf166f5ae5aa1ea45fddfc144cf302 0.09 MB 194 628
199,829 199,829 000000000000056f049f4ec07b0fa5cfde62fdaac566d09867bf26f85eacd304 0.09 MB 186 209
199,828 199,828 000000000000059d12f6ed7014089f50fa01c4a0d55912f622b459c06458e0a9 0.15 MB 413 344
199,827 199,827 000000000000015f7e55d109bb12caf50762892e2a0ffaa7f3fbc181889eb564 0.05 MB 141 144
199,826 199,826 00000000000000f7f8ce8f781ad7184a73c5467954b2e4510818642636d4a243 0.01 MB 27 74
199,825 199,825 00000000000000f3a3f880e2f13c2a3a6b2595caff13089ef7d266fbba8c7c8b 0.11 MB 264 333
199,824 199,824 000000000000042ed1a57d58d15946675d29069ff4712270b382ee00dae97704 0.01 MB 32 0
199,823 199,823 0000000000000388f2dbd45cd8d6619eb4d6cb40e5359f94a7c0847e6af4940e 0.08 MB 217 166
199,822 199,822 00000000000003d45c0f4ce5bd0b141958564a16524a6478b417d90d34d28b6a 0.07 MB 175 147
199,821 199,821 00000000000003c44554b2f247deaf2d638f0f2c183b8539ea5818a06d0ffc68 0.08 MB 123 166
199,820 199,820 00000000000001d6df2f74f6164fb8d2243768d019531c8589fefe2837fb7de7 0.13 MB 143 466
199,819 199,819 00000000000004d08f68b3d56a249169184b2aa6e78bbebb16e12d0bf5b920f6 0.03 MB 140 2
199,818 199,818 00000000000001c524c1f29e1e38af0985b2bc686be5b8bdc480a0c32e0af4a3 0.28 MB 508 88
199,817 199,817 000000000000017d5894db7ca6ce6491136b68600a8757242cd20035fbbd1373 0.00 MB 1 0
199,816 199,816 00000000000004c8ee744d285d4f55f9939da35ed2319ef2f96efbc1bca27a0d 0.05 MB 110 76
199,815 199,815 00000000000002ccb9487f92401b6a35629cb35542497daeab36bd7196a0d63c 0.00 MB 12 148
199,814 199,814 0000000000000205a0f04f4411ceecaab66ae36cee5f756f7b712d0e9bc049b7 0.19 MB 349 134
199,813 199,813 00000000000002af7654d68820e8903c475f3135afa5abf02591f8e8e6aa2bd5 0.08 MB 227 128
Previous 10 blocks ↓
Total Size: 686.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,484.37 GB sent, 115.75 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.