Memory Pool Memory Pool Refreshing

72,534 transactions
31.78 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,123 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,858 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,122 (370,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,466 502,466 0000000000000000005c979a72d940c622f7f048cd8eac32f5a5ba012cedf0ea 1.10 MB 2,798 468
502,465 502,465 0000000000000000003b8cd958c4651fa07535e745190937bf46d11a51028bfd 1.00 MB 2,419 475
502,464 502,464 000000000000000000743f92b00faec0b7c90e3af3a22b47f646177b8cea9a8f 1.04 MB 2,453 393
502,463 502,463 0000000000000000004f2d379c4b304383993cba2fbf4e49f155ed8c687da1a7 1.07 MB 2,846 518
502,462 502,462 00000000000000000052f893bf4e4e99a7d9b57e27baaed03e354f752958df9f 1.11 MB 1,551 326
502,461 502,461 0000000000000000002b73f7eedfcc2f62a4e3138621937b91e724e62aa48b7d 1.08 MB 2,996 532
502,460 502,460 0000000000000000007b00fd3d09d01753ba0995d8f9d1c25f4a84443f41e618 1.10 MB 1,727 330
502,459 502,459 0000000000000000000351fd93b0f0f2d4b812f41d1efdb2251d48ef1244ff1c 1.05 MB 2,973 495
502,458 502,458 0000000000000000006be806c11fb835de119f8d3efe6606a4e010c8b860c170 1.02 MB 3,209 418
502,457 502,457 0000000000000000006a367f3079dc3dfd9012e8a2d19590f840d4c7d59b4a9c 1.12 MB 3,034 447
502,456 502,456 0000000000000000005039913d34cb35a77c9016f6e40d017250ce879a76a767 1.08 MB 2,246 665
502,455 502,455 0000000000000000007dd2c92ab83bfa122d8bfedd1e7d5231bd34cb4dca1ff8 1.07 MB 2,801 617
502,454 502,454 000000000000000000292a6202e2c2a79f33977cd9bdad9f2eb8c682aa004e2d 1.08 MB 3,255 428
502,453 502,453 00000000000000000022fd1a07d422dce89a7334adcd364d55a4a604d87151b5 1.03 MB 2,173 584
502,452 502,452 00000000000000000008fb7460111e3818f9be2f6ec6b220f34f10eacb304198 1.09 MB 1,151 504
502,451 502,451 0000000000000000008e7f832e771eea82c9cdd60613173c7c09aeecd8d30635 1.12 MB 1,079 287
502,450 502,450 0000000000000000004ce4315a609ae887e9c1f4e5340efd90ca2aa353543405 1.09 MB 1,237 438
502,449 502,449 0000000000000000008f9734accbbb81d6ed5048b1e437a839a33a79f1408bb8 1.05 MB 2,953 547
502,448 502,448 00000000000000000077800c0c97ba9d8a41dac677d49b909bea3c9ea326c911 1.00 MB 2,077 320
502,447 502,447 0000000000000000002eefbad3644051cae392a8f6245f33c4a64196283de227 1.00 MB 2,501 404
502,446 502,446 0000000000000000001fae72600f08ea73b13b350b3e3880fccd40e18340cf73 1.07 MB 3,316 528
Previous 10 blocks ↓
Total Size: 705.26 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: 2,668.36 GB sent, 246.02 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.