Memory Pool Memory Pool Refreshing

47,646 transactions
17.58 vMB
Show Random Selection Loading Transactions
Max Size: 105/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,991 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,448 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,990 (81,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,556 790,556 00000000000000000002f45a2aba5d821ce8aad5513960d86e31f786f13bb8c9 1.89 MB 4,571 32
790,555 790,555 00000000000000000002c375db015a4563c2d61737baf6cc52df55097b44a83b 1.86 MB 3,966 43
790,554 790,554 00000000000000000004f37e8b961e3b0ecc241119df89e80635d51cc0636b99 1.83 MB 3,179 40
790,553 790,553 0000000000000000000574c26d4b484d26714502df129c5a382e6f05fac3523e 1.72 MB 3,559 64
790,552 790,552 000000000000000000057b18e4ea1b3642de481c03cb00e39435a60d2692a88b 1.57 MB 1,925 59
790,551 790,551 000000000000000000034db4134f765854fadb8e3bc8a21b698aeb73841b18aa 1.63 MB 2,907 60
790,550 790,550 00000000000000000003e0cedb9f8a2b07862f394bf3b0f2975d91df0e63eda2 1.60 MB 3,387 106
790,549 790,549 0000000000000000000092674d788cb30ac843d10ee6e2c950f03c82146e72f1 1.75 MB 3,939 21
790,548 790,548 00000000000000000003bdd2634e7023b28b116f630192201354aba38e630c35 1.83 MB 3,751 41
790,547 790,547 0000000000000000000217929eefda8ff53a270b696981e6faa2ac77a98fcfc4 1.55 MB 2,625 79
790,546 790,546 0000000000000000000245ddb1e5f49b21d2e9b543463d45c0236a72781c442e 1.60 MB 3,144 79
790,545 790,545 0000000000000000000250e67a43537ef18b95a69e3d312d25edbbd3ffa78953 1.83 MB 4,631 30
790,544 790,544 000000000000000000008aa49a59592900449f079cdccd0de6971a0a0be26f8a 1.89 MB 3,874 33
790,543 790,543 00000000000000000000da67581c7e1ab0243c7583eb38452c2e4637e0c85bae 1.98 MB 2,963 30
790,542 790,542 00000000000000000002411c4f32f22152c0b7add2e1562646739255d5789b53 1.99 MB 3,335 40
790,541 790,541 00000000000000000004100c05b266036543446601cd45d44231b8c03cae7f63 2.05 MB 3,517 35
790,540 790,540 0000000000000000000475caa0c227309ff3ed0cfb69fc7c9ac6717ba730e198 1.41 MB 1,574 36
790,539 790,539 0000000000000000000575481408474f456a0831aa8f13968c0184eccb540941 1.54 MB 2,525 71
790,538 790,538 00000000000000000004503252b4a5d605be32da2e5ed2c002ab2b6f35a0eaad 1.55 MB 3,263 92
790,537 790,537 00000000000000000004437862638d8a13746fb9446ea927f92716b8a1c49440 2.40 MB 2,831 46
790,536 790,536 00000000000000000000884c3c8df78e3914cff044a4367c23e511197259bfbf 2.25 MB 2,597 45
Previous 10 blocks ↓
Total Size: 703.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: 2,584.07 GB sent, 232.53 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.