Memory Pool Memory Pool Refreshing

58,432 transactions
31.20 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,560 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 6,125 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,559 (380,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
481,874 481,874 00000000000000000118bf5627d21dbd4131175319ae63994e0910d968cde737 0.65 MB 1,466 446
481,873 481,873 000000000000000000e46e03d41330ffc844a188d5b897942d2fe47eb890e260 0.85 MB 1,646 358
481,872 481,872 000000000000000000fcd423422dbd4435f2479d2de7734243a4a305d16a44a9 1.00 MB 2,580 376
481,871 481,871 000000000000000000c8020be63622ef04968a2f500c0a1d4aeeddbfef057ff4 1.00 MB 2,544 433
481,870 481,870 0000000000000000010e1245a5d6252da0b0672499ce31655ca5f1ffecd0301c 1.00 MB 2,812 389
481,869 481,869 000000000000000000f3e7f1ac25de8cd776bc4d42eb42a956e656edf1657ff0 1.00 MB 2,292 419
481,868 481,868 000000000000000000a5a7cebc6c5d05dd9ae4cffa3b450b2e5801fc7510ee0b 1.00 MB 2,274 474
481,867 481,867 0000000000000000006655b5e3ea72e75102cda6c87b24521fbde6fda3a86d54 1.00 MB 2,442 447
481,866 481,866 000000000000000000be692c6ca34e665a3bf6aa68537592c7f205a07ce30b56 0.99 MB 2,101 439
481,865 481,865 00000000000000000067c5823c4d59cb4b26bd0e16cf3d8050054d7bbf4c5d37 1.00 MB 2,265 495
481,864 481,864 0000000000000000011e3fba330f715528bc5d7863977ae95011a75a54fcde1c 1.00 MB 2,486 358
481,863 481,863 0000000000000000000f1cecdd587034439487719aea8f0ccdfe54d8f3a55f0a 1.00 MB 2,216 432
481,862 481,862 00000000000000000041d0ad6937517a277ab82f6fe583a4e079defaebfd8a1e 1.00 MB 1,691 238
481,861 481,861 000000000000000000bb752d9722a37ed1c6ee4a34705437dea516bd62db8699 1.00 MB 2,365 435
481,860 481,860 0000000000000000010bdb297ed3ce994b84c6f9c95942607aa83ab56dba8443 1.00 MB 2,239 453
481,859 481,859 00000000000000000060cda7c0294751e07069c1af906e5ca95b81d0ddfecad7 1.00 MB 2,068 479
481,858 481,858 0000000000000000001bda8f4fc98132fdd84d55ad19aae3d1eb34418f7c5d0a 1.00 MB 2,049 405
481,857 481,857 000000000000000000268d972c9db674eb67c76ffaf0bf7302220ef7865408e4 1.00 MB 2,307 448
481,856 481,856 000000000000000000ee35b457baccbaf59e90fc2d4bb40d543c0b937b4ffb94 1.00 MB 2,217 493
481,855 481,855 000000000000000000443e02fbd9273a3e28e6773305983567f1fb3f0fae3679 1.00 MB 2,103 497
481,854 481,854 0000000000000000011be7628fed355b69c3e8c01277ed33be951309b983d49c 1.00 MB 2,239 423
Previous 10 blocks ↓
Total Size: 685.23 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,374.51 GB sent, 107.24 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.