Memory Pool Memory Pool Refreshing

73,389 transactions
27.59 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,017 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,867 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,016 (30,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
831,499 831,499 00000000000000000000be413f445e42fb19ae52e22712256e4398c65263bf02 1.69 MB 3,414 26
831,498 831,498 0000000000000000000339a12653a1395d6edb60dfc5750b6696226953ac75a3 2.04 MB 1,383 13
831,497 831,497 000000000000000000000e6b81784ee46e94e678bed629334f6af744ae99b1b4 1.70 MB 3,490 22
831,496 831,496 0000000000000000000037e6362570fe165127eb4c144a84c0f4149548603d99 1.73 MB 3,417 22
831,495 831,495 00000000000000000002fca42673d9f36e3b944f3b8b02a3355ccfcf9dfb0548 2.13 MB 3,642 16
831,494 831,494 0000000000000000000231ac53f5225d43f6a0778f727973b3ebccdb539767cc 1.82 MB 2,850 19
831,493 831,493 000000000000000000005d33a84ea3d04975b6b6847c44b664b1545727fa925f 1.73 MB 3,262 25
831,492 831,492 00000000000000000000c50bcc3923d4e9352fb2dbdc036cad123d793b68244d 1.87 MB 2,058 17
831,491 831,491 000000000000000000016c71d88a24f3baa4fa0161f6eedcc1d5b06afead6e82 2.02 MB 2,254 18
831,490 831,490 0000000000000000000106a2da2984cb12223f6fd7e2576a8a549f06f7b5c5c5 1.63 MB 3,305 29
831,489 831,489 00000000000000000001c12a63d0a13e11850e6c09a924c5d5fb3df6f98ce0bc 1.62 MB 2,933 17
831,488 831,488 0000000000000000000206532b9dde2ecee7c03513684adce63e04e4f655c133 2.16 MB 1,701 14
831,487 831,487 00000000000000000001b263ac0146255eca069e34b14589ff40e157b550ff7b 2.07 MB 2,504 15
831,486 831,486 0000000000000000000330c7dc64877a650f69033e7bc455869093f1cd625553 1.61 MB 3,100 28
831,485 831,485 0000000000000000000057e52a8c31655639cb08bc29503978a0eb2557e2cb10 3.50 MB 1,191 12
831,484 831,484 00000000000000000002914bb6fcc47e9971bae002830ccbfd581a245c38c0f2 2.07 MB 772 12
831,483 831,483 000000000000000000029165b296b36eedcc587c19049e502339ae0200b885ab 1.49 MB 1,810 15
831,482 831,482 0000000000000000000165383c92155194a66e6ce90dbb8601cc3494218edaad 1.34 MB 1,265 15
831,481 831,481 000000000000000000028c0a994abb52e8462f1f57f9d6a2cebc4bc00a457864 2.12 MB 3,371 18
831,480 831,480 000000000000000000002ff10142155cfd5e026a6709caeca0ddcbce91c0e81c 1.58 MB 2,897 19
831,479 831,479 00000000000000000001477f39e4a025a6b5c6b09c0ebb3343ef57208733c94d 1.50 MB 3,025 27
Previous 10 blocks ↓
Total Size: 684.19 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,329.77 GB sent, 99.73 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.