Memory Pool Memory Pool Refreshing

30,071 transactions
29.69 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,285 (15,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
846,658 846,658 000000000000000000007282224b5d3bc589e6f9c411ed9e863952b86b91c7a7 1.55 MB 2,952 54
846,657 846,657 000000000000000000002ddf234469e6c9dbffd98b57da5b6245466584bd1753 1.56 MB 3,266 54
846,656 846,656 00000000000000000002e01dfb0f40f2d772d61f1f9cbaabac1d4aba5fad9169 1.53 MB 3,413 83
846,655 846,655 00000000000000000002fd7024e6c8ca47feb456a39b55b66a861cc69f640350 1.55 MB 3,507 62
846,654 846,654 000000000000000000020fce307d60d4835294f71e38d5e6e24729aad1c857a7 1.59 MB 4,107 60
846,653 846,653 000000000000000000000dacc6f0474b009e4770e199a147a0483c997ce88f86 1.64 MB 4,095 49
846,652 846,652 0000000000000000000355b5baeaa495eafe08347efa5bffb37fa81aaa86ed5d 1.57 MB 3,889 58
846,651 846,651 00000000000000000000a2383c4b805e9c71c945d40253e3c089cb536cb55408 1.55 MB 3,343 63
846,650 846,650 000000000000000000008f17aa92973ae67ee70d03af8467ac6cd09473110d0e 1.56 MB 3,564 110
846,649 846,649 000000000000000000007cd40e5c4a77894c02a0341821bfe20a29df94e8d569 1.51 MB 3,074 125
846,648 846,648 00000000000000000001565f3651cda2b114c5eda63b94a7de97a23852d98608 1.55 MB 4,441 77
846,647 846,647 00000000000000000000545a317efe176fa14d24ab043837c197de49e6e72cfd 1.53 MB 4,254 84
846,646 846,646 00000000000000000001f6ab17b134420f8b6d9dcf975398878f0cbee6392ca0 1.52 MB 4,768 77
846,645 846,645 00000000000000000002224a38eaf83ad1141c5e37a10b2a520c42f29e81c964 1.55 MB 5,002 85
846,644 846,644 0000000000000000000258b63ee0e882e6b2a207c894b2722abce37b2b5e71d4 1.53 MB 4,395 107
846,643 846,643 00000000000000000002d6cb84d677947816816f2167f6a1df00833b43910888 1.53 MB 3,658 114
846,642 846,642 000000000000000000006fd5e3baa9348aa8ce58553a08f53b35089e8998e47e 1.52 MB 4,129 135
846,641 846,641 0000000000000000000092e94071a1bafae7311028d0012d28aeb0534f590e1e 1.53 MB 4,923 142
846,640 846,640 0000000000000000000098c43e96e2b09b1da60224aab034c62562da6c23314b 1.43 MB 6,207 161
846,639 846,639 000000000000000000003ae3dbc041f6c0687a74458b4dbe2b9f3295f4fe7112 1.37 MB 5,745 169
846,638 846,638 0000000000000000000035207ff490340a3e0360934bd9740e6882145858bdf8 1.44 MB 7,167 129
Previous 10 blocks ↓
Total Size: 684.71 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,361.61 GB sent, 103.06 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.