Memory Pool Memory Pool Refreshing

27,708 transactions
33.84 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,840 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,876 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,839 (396,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
467,125 467,125 00000000000000000002cd737533d866c92cedde85a3eefb45dad13555c51ea5 1.00 MB 721 231
467,124 467,124 0000000000000000014bcd3dfde31acb50f9ac6ec75d6ee292b4957850665344 1.00 MB 1,714 238
467,123 467,123 000000000000000000a33b08042a17d9ccbd14831c09aaac582471594f44eb92 1.00 MB 2,363 310
467,122 467,122 0000000000000000002f24abd2977100002a95a42759731ff0a2ff73be524ce4 1.00 MB 2,486 382
467,121 467,121 000000000000000001c8988df9123b27ead389a982ed8832e03691dbd4a96577 1.00 MB 2,134 270
467,120 467,120 000000000000000001b0ce3fffd9b6b2a46236e979dd4c6a9d70bf49e2c704fa 1.00 MB 1,728 261
467,119 467,119 000000000000000000b9ff25d73f0be1cb8950133a4212dde2dce250b573cb15 1.00 MB 2,007 456
467,118 467,118 000000000000000001291219dde8ed705903e8c101f416c68a439e5171ede5bc 0.00 MB 1 0
467,117 467,117 0000000000000000019524be527fbb481dee9679aedf7cadfb21e5daeef35ddd 1.00 MB 2,681 344
467,116 467,116 0000000000000000009880f6f4130274cf4b363ecc5c96808781b927d0b68dad 1.00 MB 2,258 304
467,115 467,115 0000000000000000008b36aaf36b80dc1094ae55bee7c7072714c5066d2d5535 1.00 MB 2,429 283
467,114 467,114 000000000000000000600a399167a574b64aa88d07d237f0b643212ed075fa8e 1.00 MB 1,762 285
467,113 467,113 000000000000000000d7aabc3c9af2b9181d353f4705cb1144645944b37db3d6 1.00 MB 1,247 228
467,112 467,112 000000000000000000de011990562c20855f3e38c466153bad20f2df9b96e468 1.00 MB 1,872 235
467,111 467,111 00000000000000000128a35b8760b789e12fd213d0f574b126c5ffbc4a170275 1.00 MB 2,547 324
467,110 467,110 000000000000000000eb6bb8f5ce57714808a742041df12d38e42e09491943bc 1.00 MB 1,988 234
467,109 467,109 0000000000000000011fe228861dbab315f8bdd130e5b1be9cad7f8e60e4da71 1.00 MB 2,233 312
467,108 467,108 0000000000000000011bd72554b2822ddbe97991b5c08e9e659999f16af2ae8a 1.00 MB 2,301 284
467,107 467,107 0000000000000000013554c7a273679112aaa474ebc31bfd51b550950e2b42ec 1.00 MB 2,238 376
467,106 467,106 000000000000000000bd422c8532518eda7c1eab66a2cb8420d9e69cb29aa1c0 1.00 MB 2,125 307
467,105 467,105 000000000000000001d79831feb5115d218b7aa675e17b9440b4acbd426aa512 1.00 MB 2,338 372
Previous 10 blocks ↓
Total Size: 687.72 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,523.76 GB sent, 123.58 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.