Memory Pool Memory Pool Refreshing

36,518 transactions
32.56 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,020 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,932 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,019 (719,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
143,675 143,675 0000000000000822fccb0e2a47542a705838219d31bce638a942eabd8de5d804 0.02 MB 44 152
143,674 143,674 000000000000037c59ffc4bef5fb76436aa05a5618a58cf8f9d8121c93b10a6a 0.02 MB 50 438
143,673 143,673 0000000000000594785cd52a79229e6f4c1d2d858c6e938c38f96417d828b34e 0.01 MB 12 675
143,672 143,672 00000000000004175ce40bb77bbf82c20ab187487f90d686ff8449d2ec94fa58 0.04 MB 107 247
143,671 143,671 0000000000000500588042ad635c922335200ab9d1e3acb73f49ebf30e9c15bc 0.02 MB 45 211
143,670 143,670 00000000000008c1c4cb9a464969ce6ef23b573a9f3146bd775e1344853241f4 0.02 MB 38 274
143,669 143,669 000000000000096bccfa989a9d31979d1454efd1b087b9981d2051d0cef2f10d 0.02 MB 65 271
143,668 143,668 00000000000008c6265f30b98178b4e4ce3fd2eb250fc380f402a25335d5c830 0.01 MB 31 118
143,667 143,667 000000000000052bfe4fd1da1be68febff0453dad4eed7803abe7437c0fb5419 0.05 MB 138 172
143,666 143,666 00000000000001bfe9a4416f184d431597395a77c9e9bd16d0e8286eb2172ce9 0.00 MB 1 0
143,665 143,665 00000000000000302eaee7ac7f0d86e5eb1928b18af0d1a8c95eae5511a42ca5 0.06 MB 94 159
143,664 143,664 00000000000006c937ebd9e48c33f4bd7606bc3e45dcacd38898eaef51b6667e 0.01 MB 29 75
143,663 143,663 00000000000003642ad0efc8e022485b210a34759060362755449c6263ad7a51 0.05 MB 150 166
143,662 143,662 0000000000000237b6effba09cda514dced791ebc120fe759fae301baa47ec97 0.00 MB 9 312
143,661 143,661 0000000000000762c728e336749b9a0d74f4ae943269891642f035b35c6d9845 0.03 MB 49 103
143,660 143,660 0000000000000154f147f2c0c2d443f4de70d352c0bbf12afc52a777ff96ca17 0.01 MB 22 202
143,659 143,659 0000000000000052307a45b0f43f35342bce6a4dfc29a1889e3d1d74cfe8acc5 0.01 MB 39 61
143,658 143,658 0000000000000648c9eb72e7eb805476cbf4958c7e22cf14ec3656f3dc55f3ed 0.01 MB 28 461
143,657 143,657 000000000000030fd5d829fbbb4d6d2545f79001c25fa7daccf808bb25e61e68 0.01 MB 32 429
143,656 143,656 0000000000000383556526da2adef79c614e4cb644aba4dbcaca86271501e4f8 0.00 MB 1 0
143,655 143,655 00000000000007faaeff3e6737fb46fd3f181a565c8cc2e885a0aa93c74ce33c 0.01 MB 19 564
Previous 10 blocks ↓
Total Size: 686.13 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,416.11 GB sent, 112.99 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.