Memory Pool Memory Pool Refreshing

56,894 transactions
32.15 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
869,823 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,110 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,822 (267,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,490 602,490 0000000000000000000d9c4f7d87ebd0be447541f1f9d6b33d8889aee5da8580 1.25 MB 2,429 43
602,489 602,489 00000000000000000014430dba240aac3796c4a9277e88d986b59e9f3fff2a4a 1.32 MB 3,087 50
602,488 602,488 0000000000000000000b1698849dfb461320cea63b254a57b967fa243203d3f7 1.06 MB 1,188 10
602,487 602,487 00000000000000000011a5e8d95c60e37e0eb9d207dc78024e948247994be389 1.06 MB 2,355 9
602,486 602,486 000000000000000000116b5fc4ad66a2d349b2f58d96c6744b325f2a260a4d46 1.17 MB 2,718 23
602,485 602,485 0000000000000000001389efae38381e8b2540697530430fae419195122c9b51 1.28 MB 2,397 26
602,484 602,484 00000000000000000012bf0ac41650182b4abac817cbce915b226ddb7c0a16b9 1.30 MB 3,206 50
602,483 602,483 0000000000000000000c18b5500a4105006d4037c23d6e62c41b002af3402f43 1.26 MB 2,519 39
602,482 602,482 0000000000000000000ca0642a5f4891439bb15aa1e3a4a063b413fd83cc0f3b 1.33 MB 2,844 52
602,481 602,481 0000000000000000000949f30d665a2b2fce774f1b5b4c7b403b0df75d519c02 1.23 MB 2,275 32
602,480 602,480 0000000000000000000552ea8b950501d4a0e60f8df52850928f33b4435122bb 1.27 MB 2,730 29
602,479 602,479 0000000000000000000459c0059a39e0cb5efbf55ab549dd032517741d8c4fed 1.17 MB 2,570 24
602,478 602,478 0000000000000000000eee4acfc0f1d85a987422d47e2c81a985abb18e27d635 1.12 MB 2,203 22
602,477 602,477 0000000000000000000412002357bc98c11d7cb71e9c8bf7459cd2898d8331dd 1.15 MB 1,940 25
602,476 602,476 0000000000000000000128f7939380cef80080844caafad24349292b730daf43 1.17 MB 2,982 27
602,475 602,475 00000000000000000011ffc50604afad00b25d4057e9deb2713fed4f4dee1cca 1.59 MB 1,592 32
602,474 602,474 000000000000000000118babcba12ba67dc479a0e7b608cedacb830f01dd40ea 1.20 MB 2,581 35
602,473 602,473 0000000000000000001487fd96d8381e5b440b3b8a2e204ac394f51611a070ac 1.15 MB 3,057 32
602,472 602,472 0000000000000000000c1a437b7c5ec6f23ba402519b686768e5ad0a5972d1b0 1.25 MB 2,894 46
602,471 602,471 0000000000000000000989d6655cd543920f94eff6f13ab18e63716a69f34372 1.24 MB 2,529 39
602,470 602,470 000000000000000000062ee18851c9fc067ae936b8463bb4684d546a21ffbca6 1.27 MB 3,010 39
Previous 10 blocks ↓
Total Size: 699.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: 2,110.60 GB sent, 204.81 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.