Memory Pool Memory Pool Refreshing

31,068 transactions
30.61 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,625 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,656 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,624 (58,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,304 805,304 00000000000000000003dee18509013b09428738d3520ba4fe038d3726e4f0a7 1.56 MB 3,752 16
805,303 805,303 000000000000000000038a72ba0362fd5d57406517f4e1231219f5d005992134 1.43 MB 3,136 17
805,302 805,302 00000000000000000003b8b36e0d8ed8edf6ce1106ec6211b369f22743a28372 1.98 MB 6,098 6
805,301 805,301 00000000000000000004d3c0e541e4fb58e44e24a91293029d57a436ac6c0d8b 1.80 MB 5,065 10
805,300 805,300 00000000000000000000058dd0d0dc2531194811afba2460ee7001bc4165a9a0 1.57 MB 3,462 9
805,299 805,299 00000000000000000001661cd28ac87e0a6e17aed7f490cfbeaa76bd69092a74 1.64 MB 3,806 9
805,298 805,298 000000000000000000022f4ba5a34cccaa368d3e94050ad541e52db84df570f0 1.65 MB 3,326 11
805,297 805,297 000000000000000000016e0262618696b2d96e49a4d9ee19e971a79b5768878e 1.53 MB 2,793 14
805,296 805,296 00000000000000000003f49e588f0bce8d06d96763f7cfe6d588a220f44fba31 1.76 MB 4,637 10
805,295 805,295 00000000000000000004895ed45eb46c59b0f8ea6549ee8efe10504ffdb328a6 1.71 MB 4,133 11
805,294 805,294 00000000000000000000bb81deec21d32fe1ca2aaa1f3b95d0201a49287af8ad 1.97 MB 5,880 6
805,293 805,293 000000000000000000011a43d8f26aa71d53665d2352923b43e7846c247309c2 1.87 MB 5,269 9
805,292 805,292 000000000000000000031136659e6865b21af22671b1ee2482fd750f657ac738 1.65 MB 4,058 7
805,291 805,291 00000000000000000002e444dce7d3a203b243f4f5dee973c1b898c4e7770570 1.49 MB 3,094 8
805,290 805,290 000000000000000000020c2ec3c6495b3daaac76d6bf7e392e42dc1d4e22e96e 2.12 MB 6,300 6
805,289 805,289 000000000000000000007e7a1cbd3b455b578fb80744207b9cd3a3d95de986b4 1.63 MB 2,544 13
805,288 805,288 00000000000000000000fac121d8581d0d80b1d39e9fe3492449065deeb69bad 1.46 MB 1,813 8
805,287 805,287 00000000000000000001b7b30ca6e8cebb04216c2421e2edf57511c58effd24c 1.56 MB 1,953 12
805,286 805,286 00000000000000000002008e1c22c567eca9b5931a271da4baf7156cd4ce91cb 1.44 MB 2,690 17
805,285 805,285 00000000000000000003ed1d59f5fc170000d9584dbfecbd5f64a8afe399309f 1.47 MB 2,519 12
805,284 805,284 00000000000000000000e6a5baf3cb9489eb8a407ce1acb5a8ffc892fe320c90 1.85 MB 4,517 8
Previous 10 blocks ↓
Total Size: 687.31 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,514.02 GB sent, 121.13 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.