Memory Pool Memory Pool Refreshing

31,182 transactions
31.99 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,410 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,946 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,409 (390,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,825 471,825 000000000000000000ae284b8002a8efc4a90d97e5f55951bc5e5d0a97ce01e1 0.45 MB 880 285
471,824 471,824 00000000000000000104433c8c505c8f0a0db343b424147b6f10aa18faf53d01 0.62 MB 498 93
471,823 471,823 0000000000000000010bac5537f18d10c1badb0f26faee2306ff5d1ff073a183 1.00 MB 1,808 271
471,822 471,822 00000000000000000005e5816276baeb2e2d1c14c021ebd29a39e7efcf5884ba 0.79 MB 1,459 249
471,821 471,821 00000000000000000047e28fbb5e0d288d28b5a8d7a707fcd051dc450993481d 1.00 MB 352 48
471,820 471,820 0000000000000000017229bb75dc342f7e5e2bec683ead4e76dcb72816d2c2d9 1.00 MB 1,156 65
471,819 471,819 00000000000000000144ce80094cb50291368c98544d9ffd73a60abfb64f33f2 1.00 MB 2,426 196
471,818 471,818 000000000000000000155ca97e9201f149ce371513f212e5c1694f3ef6803560 1.00 MB 2,420 321
471,817 471,817 000000000000000000be2e097e1556cb2b278593a487c79a979a37f153a40ce6 1.00 MB 1,444 247
471,816 471,816 000000000000000000d816eee70519b01be13045ba66ce5175d5a8ee44042b97 1.00 MB 2,106 269
471,815 471,815 00000000000000000079623bc6b6b761e0355f59b984b6fe372a0ed74855a91c 1.00 MB 2,652 382
471,814 471,814 00000000000000000189618bff19ccae78c53970b55d64512d5e01cb12a90395 0.38 MB 681 289
471,813 471,813 0000000000000000015f566ba1df8850e5ba337fca69029fa63e3ea4ec5b2216 0.50 MB 848 219
471,812 471,812 0000000000000000014a05e3095a20b9f360067c1786bb4653d42c54af9c9c35 1.00 MB 1,203 76
471,811 471,811 000000000000000000b95a42ab9eed975009c264f82039147b7c809c799aef58 1.00 MB 628 49
471,810 471,810 0000000000000000015ae236f8959e979fa9337b186ebbd7f0596d03b67a474e 0.10 MB 174 276
471,809 471,809 0000000000000000012ecbedf78802b49d6909e630da7eeee4af75476355c5e0 1.00 MB 1,192 220
471,808 471,808 000000000000000000411f20963765e27fda2789080bfe6fbc116d1d977b0662 1.00 MB 985 184
471,807 471,807 00000000000000000168a6cc3391c70160ceee409a2fa63702e771dab8a51042 1.00 MB 1,487 235
471,806 471,806 0000000000000000004b7ae5b0fafcfbb11d0511c42a75e48bb2b70ce784414a 1.00 MB 965 131
471,805 471,805 000000000000000001469f49a74b5bfee1a2c6da048996f3ed77b4392b44acd9 1.00 MB 1,849 76
Previous 10 blocks ↓
Total Size: 684.94 GB

Node Information

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