Memory Pool Memory Pool Refreshing

97,128 transactions
30.98 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,440 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 5,101 103
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,439 (78,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
791,706 791,706 000000000000000000051a12db6fc2aa70121520c1344d38fa5325e1ed810ed1 2.46 MB 2,277 29
791,705 791,705 00000000000000000002da5ce968ce6fac776d58599cf66a70cfcfcb321692de 1.48 MB 2,849 47
791,704 791,704 00000000000000000001f5c28ca1068dd39f371290a0c08be4254d5322fc8fb6 1.91 MB 4,167 27
791,703 791,703 000000000000000000020621b137b3feedb6826da2c980b95f94606d9ecc2546 1.83 MB 2,416 39
791,702 791,702 00000000000000000004baaa26f44d3dfdd08284b85f405598c878dcbefc4b39 1.98 MB 3,657 26
791,701 791,701 0000000000000000000127b6fa0b4fd5e17308538ae530e51523793057a7fe44 1.90 MB 1,674 41
791,700 791,700 000000000000000000051d0ddd3f07c652456da626462ae194298920972d687b 2.56 MB 2,833 27
791,699 791,699 0000000000000000000587a4ef9a7b9777585c0cdac5606139ea989420aeb41d 1.54 MB 3,122 53
791,698 791,698 000000000000000000039b39b3a5c4505a435cb7d3e55e3470756cb19c23ec2e 2.11 MB 3,135 31
791,697 791,697 0000000000000000000268d585cc818fe7f9ff3309af3b6e439a5e515df792e5 1.84 MB 3,286 32
791,696 791,696 00000000000000000001da6a88e6f9f8981e2745d363966c664284155951e288 3.14 MB 1,907 26
791,695 791,695 0000000000000000000167b3d41d9ff60ac5d223e1c7d93d98b3385c92486e2d 1.86 MB 3,076 46
791,694 791,694 00000000000000000003fae050baab75382e133702f332cf17b57d3d26fae393 1.46 MB 2,984 56
791,693 791,693 00000000000000000005a048fc256a1ed24f968972cdb6e2eb18a4f7f0b94753 1.36 MB 2,458 52
791,692 791,692 0000000000000000000468f7807031b9d9ce922f63a4a4b43fd803c5419bdf66 2.03 MB 2,748 45
791,691 791,691 000000000000000000025920feb66ae3f91ac529c1330393257fac9450c3fa03 2.58 MB 2,521 38
791,690 791,690 00000000000000000001b2da668c210e31cb08b4196c6ee1885435348c873b6a 1.43 MB 2,704 59
791,689 791,689 00000000000000000001996a6a1693947a83f99f7af51ad838b1a2e75686a3de 1.80 MB 3,000 33
791,688 791,688 00000000000000000002d8627df596f7283d420df76f2c0d8824edc10b879be8 1.95 MB 3,952 27
791,687 791,687 0000000000000000000186c9c8a7e3286a2bdc40e3423c6f37e29164a7229c5a 1.93 MB 3,371 26
791,686 791,686 00000000000000000002e9b892e1ffc23c0fbe66ae2adbc9f73362ae4d8a22a9 1.93 MB 2,517 30
Previous 10 blocks ↓
Total Size: 700.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 2,293.38 GB sent, 212.48 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.