Memory Pool Memory Pool Refreshing

16,219 transactions
27.46 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,582 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 702 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,581 (71,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,553 792,553 00000000000000000002cc9588c1e36305fd831d8c26f960b6fbb6a9abfdfb5f 1.61 MB 2,567 70
792,552 792,552 0000000000000000000444c15a2ffd29dbd7bfd8cf777ee1b0d895df70230a2b 1.34 MB 1,996 59
792,551 792,551 00000000000000000005217866708334942a219dda4d0038a35bcf2fd4fa7282 1.98 MB 2,072 24
792,550 792,550 00000000000000000003db9a04735ceab11ed2741de940c36f94fa8e70b1e259 2.01 MB 5,137 23
792,549 792,549 00000000000000000003eabdfa1524787f947fd073689eab9e24eea01fd4d540 1.97 MB 3,419 24
792,548 792,548 0000000000000000000215176a76792b67d36a45f212dbf776cffc5cf964f215 1.63 MB 3,640 40
792,547 792,547 0000000000000000000065b5dbb7f2a32a7d78867f4907c339f74866cdf41cb4 1.94 MB 3,897 133
792,546 792,546 00000000000000000003e5819cf67cf4c60f6b34148b1d5a2798a715deb9a5b0 1.61 MB 3,453 42
792,545 792,545 00000000000000000000e0d5110f78c1dad218a46ed19d6f16817b57bb9736ed 2.01 MB 3,096 33
792,544 792,544 0000000000000000000076ec051b865e94cc5f83424e30c362b64bb83d0012a4 1.47 MB 2,542 40
792,543 792,543 00000000000000000003cb0503f736e5ba6579528ca32a4b2f6d26f448f27b81 1.81 MB 2,441 19
792,542 792,542 00000000000000000002e79d5848233a05eed2b503e287208c210b0434d65cec 1.95 MB 3,099 22
792,541 792,541 0000000000000000000126680fdf1367fa4e4451d79cb0d69af4febbdf9bde54 1.54 MB 2,621 33
792,540 792,540 00000000000000000003586c5f54503a7504c90f373eaa0217a49ed0a6f12906 1.56 MB 3,134 30
792,539 792,539 000000000000000000000db0c93b4c3e0726c26baad21a4869a3892877e89155 1.52 MB 3,356 46
792,538 792,538 000000000000000000025430860c2a8f66eaed940db2841116c728e16d7d29d6 1.54 MB 3,530 47
792,537 792,537 00000000000000000001d35ed7600db02acaa33e377e6926404771e07f9801c0 1.58 MB 2,948 37
792,536 792,536 0000000000000000000066b7de9dbbda828a51456ecce29934fca3d5141abdaf 1.44 MB 2,863 35
792,535 792,535 00000000000000000000de164a4cdf238defd471315c9cb0347e26bacfc69101 1.58 MB 2,014 68
792,534 792,534 00000000000000000002b9ae2b7216c544eaaba1bad738fe3d6976b399ccb3f4 1.72 MB 1,700 38
792,533 792,533 000000000000000000049594158dbaf78124a369ec02cf926f1c8055e9ae1f57 1.57 MB 3,667 51
Previous 10 blocks ↓
Total Size: 687.22 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,511.48 GB sent, 120.22 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.