Memory Pool Memory Pool Refreshing

33,811 transactions
28.47 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,254 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,281 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,253 (818,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
44,623 44,623 000000000316b99d7162b134eed59a1bb800199f2287dc9ebe4882684de76473 0.00 MB 1 0
44,622 44,622 0000000019219c3d828f0a00de4b576d55cac5e2b01d258d63ad0320e741f5ab 0.00 MB 1 0
44,621 44,621 0000000035d9f9fbd83c39b44811ae6f2209c0503b264290d4204e4d42b1fa8f 0.00 MB 1 0
44,620 44,620 000000000711b95abbf7dafa9fed9fb86e3ea20083a06fa663d9c41da5db3798 0.00 MB 1 0
44,619 44,619 000000001c4b25a6911fd7adcaab3b5898b5ba53f7f04335fa593ae2b8e1247c 0.00 MB 1 0
44,618 44,618 000000000f245cccf92340e689aabeb0574309a57c8b8d8dd73fbb74f362f8f5 0.00 MB 1 0
44,617 44,617 00000000163b083a0dcbd6b6ca8f576ce7505ad9b4a09021a52c7ea5279c2535 0.00 MB 1 0
44,616 44,616 0000000012a54b01a2629ca6120f81d0d74c3849c3499a39f6e0ecff1350ac39 0.00 MB 1 0
44,615 44,615 0000000000e653d3efdf7713821b802a1a32aa4c03e09502fad4c20dee27c203 0.00 MB 1 0
44,614 44,614 00000000098babbafaae7a23f42510841d48ef228675c669b2c1faf5f4a60765 0.00 MB 1 0
44,613 44,613 0000000027542b7da0c411f00166ca066f3aaaa486d6ac620f964b8f52585626 0.00 MB 1 0
44,612 44,612 000000001bdc9aa9c07481df50f049d6d408daef1babdf70eefbabfe28f2dafb 0.00 MB 1 0
44,611 44,611 0000000018b4983591219bed515c0392a46a8752c5c1e2d91e4df3c567381d54 0.00 MB 2 0
44,610 44,610 00000000174353eee11f65b927da339028766bcd5f4162a012d69e711c26e95c 0.00 MB 1 0
44,609 44,609 000000002dd5dc7702a43f48f2e478744c5da29a250bdffc8935128a69d6694c 0.00 MB 1 0
44,608 44,608 0000000005f534f8231b6d6d879d00bb4b57146b326de50f338d72c5e57461de 0.00 MB 1 0
44,607 44,607 000000002364625a9106b016a51fe4889f4b79a2267c27caeea769e3c3c06a89 0.00 MB 1 0
44,606 44,606 0000000006895e6bf3e1a1c070a7332bc5bc13ce2bccd1d809d3bb3811e665ce 0.00 MB 1 0
44,605 44,605 000000002417cb51002c1137a177f305505f643c1a8c264a7b7fdd6e671355e3 0.00 MB 1 0
44,604 44,604 000000001250b5b5ce7b6e13ecaf4c444039b720403ad6855dfb6101f53a608c 0.00 MB 1 0
44,603 44,603 000000000e74d9b81b1147fcf729e64b8417a836c809aa7444cc75b37a93c649 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 686.60 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,484.27 GB sent, 115.74 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.