Memory Pool Memory Pool Refreshing

20,573 transactions
27.05 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,455 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,540 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,454 (754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
861,700 861,700 00000000000000000002c2da56f43d03fa0d2c4c2851fad14948e9fc0ed08843 1.69 MB 4,603 4
861,699 861,699 00000000000000000000d0f76b3e81d58227ccaa0a81302ca449383bd93b2efe 1.59 MB 3,686 5
861,698 861,698 000000000000000000018f8d9b6aa677de1e9df2f1a845c05a5b88f59cec70fb 1.73 MB 3,759 6
861,697 861,697 0000000000000000000026f410a5f95cb875a77d348e8cae8f4850320d416a11 1.61 MB 5,759 2
861,696 861,696 00000000000000000000d426f692e147b5a948e205bb964e3f4eaf7f9c994bf5 1.43 MB 2,677 6
861,695 861,695 00000000000000000000b3fc141d821e49c96630373d186f4903d1feb632cc3a 1.62 MB 4,967 4
861,694 861,694 00000000000000000001f9bfb7c97ba10fc5432491a66c0569a895aecd9ae8cb 1.63 MB 4,250 4
861,693 861,693 00000000000000000000368c85cc7810601c2536deda944fa8d2b8712faeac61 1.95 MB 2,528 5
861,692 861,692 000000000000000000026f58cd33130c2894324b93beae53b94705857964901c 1.53 MB 3,808 6
861,691 861,691 000000000000000000017e255ab7eddc8cb9cf49083f9951313661532de1680c 1.63 MB 3,526 8
861,690 861,690 0000000000000000000114fdb10e549629085de92bb116a2d5b10398ed72a9d2 1.66 MB 6,939 3
861,689 861,689 00000000000000000002fe47ddab58bdb86de6491c3c2ac4632f289f7a6e67a1 1.61 MB 6,268 3
861,688 861,688 0000000000000000000246da5570462513b036c1b1fbcdda0fa0dfc7ff3c4756 1.74 MB 4,304 4
861,687 861,687 00000000000000000000fde077ede6f8ea5b0b03631eb7467bd344808998dced 1.57 MB 3,973 8
861,686 861,686 000000000000000000008ebf6c1f4ceb9539bfcbd18cdb366fa407277d91a9b7 1.64 MB 4,944 4
861,685 861,685 000000000000000000027c1b868de711e94ba86623b1e49a64344855d442e568 1.43 MB 3,223 7
861,684 861,684 00000000000000000001252e94197efb1f8574f8c6e7a1351b18ba9393072a78 1.61 MB 5,578 4
861,683 861,683 0000000000000000000075f144850f1a618d3a0c62d4b6e2850bbccee5d88d83 1.53 MB 5,699 3
861,682 861,682 0000000000000000000045b454440cbf8da328312170cf439b4f3fa713db8824 1.68 MB 3,338 6
861,681 861,681 000000000000000000019f07c064305e8b8f988cce2a8575a28122f01af3b77a 1.65 MB 5,691 2
861,680 861,680 0000000000000000000095f65cae538d516d40320b923f8e26b439f989f1519c 1.57 MB 3,798 8
Previous 10 blocks ↓
Total Size: 685.03 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,369.68 GB sent, 105.20 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.